Mercurial > might-and-magic-trilogy
view FrameTableInc.h @ 104:62bfa3ffe7db
2.11.12
author | Ritor1 |
---|---|
date | Fri, 02 Nov 2012 10:04:08 +0600 |
parents | 8b8875f5b359 |
children |
line wrap: on
line source
#pragma once /* 322 */ enum FRAME_TABLE_FLAGS { FRAME_TABLE_MORE_FRAMES = 0x1, FRAME_TABLE_FIRST = 0x4, }; /* 359 */ #pragma pack(push, 1) struct FrameTableTxtLine { int field_0; const char *pProperties[13]; const char *pProperties2[16]; int field_78; }; #pragma pack(pop) FrameTableTxtLine *texture_frame_table_txt_parser(const char *_this, FrameTableTxtLine *a2);