comparison stru279.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 /* 273 */
5 #pragma pack(push, 1)
6 struct stru279
7 {
8 //----- (0043B506) --------------------------------------------------------
9 stru279()
10 {
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;
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;