Mercurial > mm7
comparison Math.h @ 1051:05c62d166182
004C1D2B cleaned
author | Nomad |
---|---|
date | Thu, 23 May 2013 14:08:26 +0200 |
parents | d720a13e2273 |
children | d98415be04ca |
comparison
equal
deleted
inserted
replaced
1050:4b329bf2d197 | 1051:05c62d166182 |
---|---|
22 unsigned int uHalfPiMask; | 22 unsigned int uHalfPiMask; |
23 }; | 23 }; |
24 #pragma pack(pop) | 24 #pragma pack(pop) |
25 | 25 |
26 | 26 |
27 int fixpoint_sub0(int, int); | |
28 int fixpoint_div(int, int); | |
29 int fixpoint_mul(int, int); | |
30 int fixpoint_from_float(float value); | |
31 | |
27 | 32 |
28 extern struct stru193_math *stru_5C6E00; | 33 extern struct stru193_math *stru_5C6E00; |