annotate stru12.h @ 1220:908c00615587

m
author Ritor1
date Sun, 02 Jun 2013 15:14:22 +0600
parents 9c0607679772
children
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 /* 130 */
Ritor1
parents:
diff changeset
5 #pragma pack(push, 1)
Ritor1
parents:
diff changeset
6 struct stru12_MemoryBlock
Ritor1
parents:
diff changeset
7 {
Ritor1
parents:
diff changeset
8 stru12_MemoryBlock(int a2);
Ritor1
parents:
diff changeset
9 ~stru12_MemoryBlock();
Ritor1
parents:
diff changeset
10
Ritor1
parents:
diff changeset
11
Ritor1
parents:
diff changeset
12 void *pAlignedBlock;
Ritor1
parents:
diff changeset
13 void *pBlockBase;
Ritor1
parents:
diff changeset
14 };
Ritor1
parents:
diff changeset
15 #pragma pack(pop)
Ritor1
parents:
diff changeset
16
Ritor1
parents:
diff changeset
17 /* 129 */
Ritor1
parents:
diff changeset
18 #pragma pack(push, 1)
Ritor1
parents:
diff changeset
19 struct stru12
Ritor1
parents:
diff changeset
20 {
Ritor1
parents:
diff changeset
21 stru12(stru11 *pStru11);
Ritor1
parents:
diff changeset
22 ~stru12();
Ritor1
parents:
diff changeset
23
Ritor1
parents:
diff changeset
24 void _4898E6();
Ritor1
parents:
diff changeset
25
Ritor1
parents:
diff changeset
26 void (__thiscall *vdestructor_ptr)(stru12 *);
Ritor1
parents:
diff changeset
27 int field_4[16];
Ritor1
parents:
diff changeset
28 int field_44;
Ritor1
parents:
diff changeset
29 int field_48;
Ritor1
parents:
diff changeset
30 int field_4C;
Ritor1
parents:
diff changeset
31 int field_50;
Ritor1
parents:
diff changeset
32 int field_54;
Ritor1
parents:
diff changeset
33 int field_58;
Ritor1
parents:
diff changeset
34 stru12_MemoryBlock *pMemBlocks[12];
Ritor1
parents:
diff changeset
35 int field_8C;
Ritor1
parents:
diff changeset
36 };
Ritor1
parents:
diff changeset
37 #pragma pack(pop)