annotate TurnEngine.h @ 237:2799737f8a74

more text parsers refactor
author Gloval
date Mon, 18 Feb 2013 00:47:36 +0400
parents 9c0607679772
children ce39b96acf5c
rev   line source
0
Ritor1
parents:
diff changeset
1 #pragma once
Ritor1
parents:
diff changeset
2
Ritor1
parents:
diff changeset
3
Ritor1
parents:
diff changeset
4
Ritor1
parents:
diff changeset
5 /* 299 */
Ritor1
parents:
diff changeset
6 #pragma pack(push, 1)
Ritor1
parents:
diff changeset
7 struct TurnBased_QueueElem
Ritor1
parents:
diff changeset
8 {
Ritor1
parents:
diff changeset
9 int uPackedID;
Ritor1
parents:
diff changeset
10 int field_4;
Ritor1
parents:
diff changeset
11 int uActionLength;
Ritor1
parents:
diff changeset
12 int field_C;
Ritor1
parents:
diff changeset
13 };
Ritor1
parents:
diff changeset
14 #pragma pack(pop)
Ritor1
parents:
diff changeset
15
Ritor1
parents:
diff changeset
16 /* 254 */
Ritor1
parents:
diff changeset
17 #pragma pack(push, 1)
Ritor1
parents:
diff changeset
18 struct stru262_TurnBased
Ritor1
parents:
diff changeset
19 {
Ritor1
parents:
diff changeset
20 signed int _404544();
Ritor1
parents:
diff changeset
21 void _40471C();
Ritor1
parents:
diff changeset
22 signed int Start();
Ritor1
parents:
diff changeset
23 void End(bool bPlaySound);
Ritor1
parents:
diff changeset
24 void _405E14();
Ritor1
parents:
diff changeset
25 __int16 StartTurn();
Ritor1
parents:
diff changeset
26 void NextTurn();
Ritor1
parents:
diff changeset
27 int _4063A1();
Ritor1
parents:
diff changeset
28 int _406457(int a2);
Ritor1
parents:
diff changeset
29 void _40652A();
Ritor1
parents:
diff changeset
30 __int16 _4065B0();
Ritor1
parents:
diff changeset
31 __int16 _406648(unsigned int a2);
Ritor1
parents:
diff changeset
32 __int16 _40680F(int a2);
Ritor1
parents:
diff changeset
33 void _406A63();
Ritor1
parents:
diff changeset
34 void _406AFE();
Ritor1
parents:
diff changeset
35 int _406B9F();
Ritor1
parents:
diff changeset
36 bool _406D10(signed int a2);
Ritor1
parents:
diff changeset
37 void _406FA8();
Ritor1
parents:
diff changeset
38
Ritor1
parents:
diff changeset
39
Ritor1
parents:
diff changeset
40 int field_0;
Ritor1
parents:
diff changeset
41 int field_4;
Ritor1
parents:
diff changeset
42 int field_8;
Ritor1
parents:
diff changeset
43 int uActorQueueSize;
Ritor1
parents:
diff changeset
44 int field_10;
Ritor1
parents:
diff changeset
45 int uActionPointsLeft;
Ritor1
parents:
diff changeset
46 int field_18;
Ritor1
parents:
diff changeset
47 int field_1C;
Ritor1
parents:
diff changeset
48 TurnBased_QueueElem pQueue[2];
Ritor1
parents:
diff changeset
49 };
Ritor1
parents:
diff changeset
50 #pragma pack(pop)
Ritor1
parents:
diff changeset
51
Ritor1
parents:
diff changeset
52
Ritor1
parents:
diff changeset
53
Ritor1
parents:
diff changeset
54 extern struct stru262_TurnBased *pTurnEngine;