annotate stru12.h @ 53:fd2fd234a66c

BLV minimap: 2/3
author Nomad
date Wed, 24 Oct 2012 17:33:46 +0200
parents 8b8875f5b359
children
rev   line source
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1 #pragma once
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4 /* 130 */
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5 #pragma pack(push, 1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6 struct stru12_MemoryBlock
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8 stru12_MemoryBlock(int a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9 ~stru12_MemoryBlock();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
12 void *pAlignedBlock;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
13 void *pBlockBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
14 };
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
15 #pragma pack(pop)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
17 /* 129 */
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
18 #pragma pack(push, 1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
19 struct stru12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
20 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
21 stru12(stru11 *pStru11);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
22 ~stru12();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
24 void _4898E6();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
26 void (__thiscall *vdestructor_ptr)(stru12 *);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
27 int field_4[16];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
28 int field_44;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
29 int field_48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
30 int field_4C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
31 int field_50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
32 int field_54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
33 int field_58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
34 stru12_MemoryBlock *pMemBlocks[12];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
35 int field_8C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
36 };
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
37 #pragma pack(pop)