annotate FrameTableInc.h @ 163:62585ad07024

2.02.12
author Ritor1
date Mon, 03 Dec 2012 08:55:58 +0600
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
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5 /* 322 */
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6 enum FRAME_TABLE_FLAGS
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8 FRAME_TABLE_MORE_FRAMES = 0x1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9 FRAME_TABLE_FIRST = 0x4,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
10 };
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
14 /* 359 */
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
15 #pragma pack(push, 1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
16 struct FrameTableTxtLine
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
17 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
18 int field_0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
19 const char *pProperties[13];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
20 const char *pProperties2[16];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
21 int field_78;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
22 };
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
23 #pragma pack(pop)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
26 FrameTableTxtLine *texture_frame_table_txt_parser(const char *_this, FrameTableTxtLine *a2);