Mercurial > mm7
comparison FrameTableInc.h @ 0:9c0607679772
init
author | Ritor1 |
---|---|
date | Sat, 12 Jan 2013 09:45:18 +0600 |
parents | |
children | d5b16a44d9b3 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:9c0607679772 |
---|---|
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); |