diff stru160.h @ 0:9c0607679772

init
author Ritor1
date Sat, 12 Jan 2013 09:45:18 +0600
parents
children 96a81634669e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/stru160.h	Sat Jan 12 09:45:18 2013 +0600
@@ -0,0 +1,26 @@
+#pragma once
+
+
+/*  153 */
+#pragma pack(push, 1)
+struct stru160
+{
+  inline stru160() {}
+  inline stru160(float a, float b, float c): field_0(a), field_4(b), field_8(c) {}
+
+  float field_0;
+  float field_4;
+  float field_8;
+};
+#pragma pack(pop)
+
+#pragma pack(push, 1)
+struct stru16x: public stru160
+{
+  float field_C;
+};
+#pragma pack(pop)
+
+extern stru160 array_4EB8B8[66];
+extern stru160 array_4EBBD0[128];
+extern __int32 array_4EBBD0_x[128*3];
\ No newline at end of file