Mercurial > mm7
diff Game.h @ 1392:e3e9c0467529
.
author | Nomad |
---|---|
date | Thu, 18 Jul 2013 14:43:06 +0200 |
parents | 0d6c7ff3cddd |
children | 8ea496564034 |
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;