Mercurial > might-and-magic-trilogy
annotate FrameTableInc.h @ 121:6c67511e2f71
11.11.12
author | Ritor1 |
---|---|
date | Wed, 14 Nov 2012 09:13:59 +0600 |
parents | 8b8875f5b359 |
children |
rev | line source |
---|---|
0 | 1 #pragma once |
2 | |
3 | |
4 | |
5 /* 322 */ | |
6 enum FRAME_TABLE_FLAGS | |
7 { | |
8 FRAME_TABLE_MORE_FRAMES = 0x1, | |
9 FRAME_TABLE_FIRST = 0x4, | |
10 }; | |
11 | |
12 | |
13 | |
14 /* 359 */ | |
15 #pragma pack(push, 1) | |
16 struct FrameTableTxtLine | |
17 { | |
18 int field_0; | |
19 const char *pProperties[13]; | |
20 const char *pProperties2[16]; | |
21 int field_78; | |
22 }; | |
23 #pragma pack(pop) | |
24 | |
25 | |
26 FrameTableTxtLine *texture_frame_table_txt_parser(const char *_this, FrameTableTxtLine *a2); |