Initial
This commit is contained in:
10
proto/source/FIXED.HPP
Normal file
10
proto/source/FIXED.HPP
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _PROTO_FIXEDPOINT_HPP_
|
||||
#define _PROTO_FIXEDPOINT_HPP_
|
||||
|
||||
class FixedPoint
|
||||
{
|
||||
public:
|
||||
enum {FPShift=12,FPMul=4096};
|
||||
private:
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user