0
|
1 #pragma once
|
|
2
|
|
3
|
|
4 /* 273 */
|
|
5 #pragma pack(push, 1)
|
|
6 struct stru279
|
|
7 {
|
|
8 //----- (0043B506) --------------------------------------------------------
|
|
9 stru279()
|
|
10 {
|
130
|
11 this->field_4 = 0;
|
|
12 this->field_8 = 0;
|
|
13 this->field_C = 0;
|
|
14 this->field_10 = 0;
|
|
15 this->field_14 = 0;
|
|
16 this->registry_debug_flags = 0;
|
0
|
17 }
|
|
18
|
|
19
|
|
20 int registry_debug_flags;
|
|
21 int field_4;
|
|
22 int field_8;
|
|
23 int field_C;
|
|
24 int field_10;
|
|
25 int field_14;
|
|
26 };
|
|
27 #pragma pack(pop)
|
|
28 extern stru279 stru_51076C; |