comparison stru12.h @ 0:9c0607679772

init
author Ritor1
date Sat, 12 Jan 2013 09:45:18 +0600
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9c0607679772
1 #pragma once
2
3
4 /* 130 */
5 #pragma pack(push, 1)
6 struct stru12_MemoryBlock
7 {
8 stru12_MemoryBlock(int a2);
9 ~stru12_MemoryBlock();
10
11
12 void *pAlignedBlock;
13 void *pBlockBase;
14 };
15 #pragma pack(pop)
16
17 /* 129 */
18 #pragma pack(push, 1)
19 struct stru12
20 {
21 stru12(stru11 *pStru11);
22 ~stru12();
23
24 void _4898E6();
25
26 void (__thiscall *vdestructor_ptr)(stru12 *);
27 int field_4[16];
28 int field_44;
29 int field_48;
30 int field_4C;
31 int field_50;
32 int field_54;
33 int field_58;
34 stru12_MemoryBlock *pMemBlocks[12];
35 int field_8C;
36 };
37 #pragma pack(pop)