Mercurial > might-and-magic-trilogy
comparison Math.h @ 0:8b8875f5b359
Initial commit
author | Nomad |
---|---|
date | Fri, 05 Oct 2012 16:07:14 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8b8875f5b359 |
---|---|
1 #pragma once | |
2 | |
3 | |
4 | |
5 /* 186 */ | |
6 #pragma pack(push, 1) | |
7 struct stru193_math | |
8 { | |
9 stru193_math(); | |
10 int SinCos(int angle); | |
11 unsigned int Atan2(int x, int y); | |
12 int _42EBDB(int angle); | |
13 | |
14 int pTanTable[520]; | |
15 int pCosTable[520]; | |
16 int pInvCosTable[520]; | |
17 unsigned int uIntegerPi; | |
18 unsigned int uIntegerHalfPi; | |
19 unsigned int uIntegerDoublePi; | |
20 unsigned int uDoublePiMask; | |
21 unsigned int uPiMask; | |
22 unsigned int uHalfPiMask; | |
23 }; | |
24 #pragma pack(pop) | |
25 | |
26 | |
27 | |
28 extern struct stru193_math *stru_5C6E00; |