diff stru160.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/stru160.h	Fri Oct 05 16:07:14 2012 +0200
@@ -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