diff stru298.h @ 0:9c0607679772

init
author Ritor1
date Sat, 12 Jan 2013 09:45:18 +0600
parents
children b9747d9e9b4e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/stru298.h	Sat Jan 12 09:45:18 2013 +0600
@@ -0,0 +1,22 @@
+#pragma once
+#include "VectorTypes.h"
+
+/*  303 */
+#pragma pack(push, 1)
+struct stru298
+{
+  int Add(__int16 uID, __int16 a3, __int16 x, __int16 y, __int16 z, char a7, char a8);
+
+  int count;
+  __int16 pIDs[100];
+  __int16 pXs[100];
+  __int16 pYs[100];
+  __int16 pZs[100];
+  __int16 field_324[100];
+  char field_3EC[100];
+  char field_450[100];
+  Vec3_int_ vec_4B4;
+};
+#pragma pack(pop)
+
+extern stru298 stru_50FE08; // weak
\ No newline at end of file