diff stru314.h @ 0:8b8875f5b359

Initial commit
author Nomad
date Fri, 05 Oct 2012 16:07:14 +0200
parents
children 5159d2e6f559
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/stru314.h	Fri Oct 05 16:07:14 2012 +0200
@@ -0,0 +1,34 @@
+#pragma once
+
+
+/*  179 */
+#pragma pack(push, 1)
+struct stru314
+{
+  //----- (00489B60) --------------------------------------------------------
+  stru314()
+  {
+    this->field_4.x = 0.0;
+    this->field_4.y = 0.0;
+    this->field_4.z = 0.0;
+    this->field_10.x = 0.0;
+    this->field_10.y = 0.0;
+    this->field_10.z = 0.0;
+    this->field_1C.x = 0.0;
+    this->field_1C.y = 0.0;
+    this->field_1C.z = 0.0;
+    //this->vdestructor_ptr = &stru314_pvdtor;
+  }
+  
+  //----- (00489B96) --------------------------------------------------------
+  inline ~stru314()
+  {}
+
+
+  void (__fastcall ***vdestructor_ptr)(stru314 *, bool);
+  Vec3_float_ field_4;
+  Vec3_float_ field_10;
+  Vec3_float_ field_1C;
+  int field_28;
+};
+#pragma pack(pop)