diff FrameTableInc.h @ 0:8b8875f5b359

Initial commit
author Nomad
date Fri, 05 Oct 2012 16:07:14 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/FrameTableInc.h	Fri Oct 05 16:07:14 2012 +0200
@@ -0,0 +1,26 @@
+#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);
\ No newline at end of file