0
|
1 #pragma once
|
|
2
|
|
3
|
|
4
|
|
5 /* 271 */
|
|
6 #pragma pack(push, 1)
|
|
7 struct stru277
|
|
8 {
|
|
9 //----- (00426987) --------------------------------------------------------
|
|
10 inline stru277()
|
|
11 {
|
|
12 this->field_8 = 0;
|
|
13 this->spellnum = 0;
|
|
14 this->field_6 = 0;
|
|
15 this->uPlayerID_2 = 0;
|
|
16 this->uPlayerID = 0;
|
|
17 this->field_10 = 0;
|
|
18 }
|
|
19
|
|
20 void _427D48(unsigned int uPlayerID);
|
|
21 unsigned int PushStru277(__int16 a2, __int16 uPlayerID, __int16 a4, __int16 a5, int a6);
|
|
22 struct GUIWindow *sub_4219BE();
|
|
23 void _427E01_cast_spell();
|
|
24
|
|
25 __int16 spellnum;
|
|
26 unsigned __int16 uPlayerID;
|
|
27 __int16 uPlayerID_2;
|
|
28 __int16 field_6;
|
|
29 __int16 field_8;
|
|
30 __int16 field_A;
|
|
31 __int16 field_C;
|
|
32 __int16 field_E;
|
|
33 int field_10;
|
|
34 };
|
|
35 #pragma pack(pop)
|
|
36
|
|
37
|
|
38 extern stru277 pStru277[10];
|
|
39 extern stru277 stru_50CDB4; // idb
|