changeset 1392:e3e9c0467529

.
author Nomad
date Thu, 18 Jul 2013 14:43:06 +0200
parents cc9a3a24d61d
children 28f87f5234a1
files Game.h stru11.h stru12.h
diffstat 3 files changed, 3 insertions(+), 90 deletions(-) [+]
line wrap: on
line diff
--- a/Game.h	Thu Jul 18 14:42:54 2013 +0200
+++ b/Game.h	Thu Jul 18 14:43:06 2013 +0200
@@ -77,8 +77,6 @@
 class GammaController;
 struct stru9;
 struct stru10;
-struct stru11;
-struct stru12;
 
 /*  104 */
 #pragma pack(push, 1)
@@ -97,7 +95,7 @@
   bool PickMouse(float fPickDepth, unsigned int uMouseX, unsigned int uMouseY, bool bOutline, struct Vis_SelectionFilter *sprite_filter, struct Vis_SelectionFilter *face_filter);
   bool PickKeyboard(bool bOutline, struct Vis_SelectionFilter *sprite_filter, struct Vis_SelectionFilter *face_filter);
   void OutlineSelection();
-  signed int _44EC23(struct stru148 *a2, int *a3, signed int a4);
+  signed int _44EC23(struct Polygon *a2, int *a3, signed int a4);
   signed int _44ED0A(struct BLVFace *a2, int *a3, signed int a4);
   bool AlterGamma_BLV(struct BLVFace *pFace, unsigned int *pColor);
   bool AlterGamma_ODM(struct ODMFace *pFace, unsigned int *pColor);
@@ -163,8 +161,8 @@
   IndoorCameraD3D *pIndoorCameraD3D;
   stru9 *pStru9Instance;
   stru10 *pStru10Instance;
-  stru11 *pStru11Instance;
-  stru12 *pStru12Instance;
+  void/*stru11*/ *pStru11Instance;
+  void/*stru12*/ *pStru12Instance;
   CShow *pCShow;
   Keyboard *pKeyboardInstance;
   GammaController *pGammaController;
--- a/stru11.h	Thu Jul 18 14:42:54 2013 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,48 +0,0 @@
-#pragma once
-
-
-/*  128 */
-#pragma pack(push, 1)
-struct stru11
-{
-
-  stru11();
-
-  void CheckCPU();
-  void RunCPUID();
-  void RunCPUID_op1();
-  void RunCPUID_op2();
-  void RunCPUID_ext2_3_4();
-
-  int cpuid_00000000_eax_numops;
-  int cpuid_00000000_ebx_vendorstr1;
-  int cpuid_00000000_edx_vendorstr2;
-  int cpuid_00000000_ecx_vendorstr3;
-  char pCPUString[16];
-  int cpuid_00000001_eax;
-  int cpuid_00000001_edx;
-  int cpuid_00000002_eax;
-  int cpuid_00000002_ebx;
-  int cpuid_00000002_ecx;
-  int cpuid_00000002_edx;
-  int field_38;
-  int field_3C;
-  int field_40[8];
-  int cpuid_80000000_edx;
-  int cpuid_80000001_eax;
-  int cpuid_80000001_edx;
-  int cpuid_80000002_registers[4];
-  int cpuid_80000003_registers[4];
-  int cpuid_80000004_registers[4];
-  int cpuid_80000005_ebx;
-  int cpuid_80000005_ecx;
-  int cpuid_80000005_edx;
-  int cpuid_80000006_ecx;
-  int field_AC;
-  int uProcessorManufacturer;
-  int cpuid_80000002_registers2[4];
-  int cpuid_80000003_registers2[4];
-  int cpuid_80000004_registers2[4];
-  int field_E4;
-};
-#pragma pack(pop)
--- a/stru12.h	Thu Jul 18 14:42:54 2013 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-#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