diff stru12.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/stru12.h	Fri Oct 05 16:07:14 2012 +0200
@@ -0,0 +1,37 @@
+#pragma once
+
+
+/*  130 */
+#pragma pack(push, 1)
+struct stru12_MemoryBlock
+{
+  stru12_MemoryBlock(int a2);
+  ~stru12_MemoryBlock();
+  
+
+  void *pAlignedBlock;
+  void *pBlockBase;
+};
+#pragma pack(pop)
+
+/*  129 */
+#pragma pack(push, 1)
+struct stru12
+{
+   stru12(stru11 *pStru11);
+  ~stru12();
+
+  void _4898E6();
+
+  void (__thiscall *vdestructor_ptr)(stru12 *);
+  int field_4[16];
+  int field_44;
+  int field_48;
+  int field_4C;
+  int field_50;
+  int field_54;
+  int field_58;
+  stru12_MemoryBlock *pMemBlocks[12];
+  int field_8C;
+};
+#pragma pack(pop)
\ No newline at end of file