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