Mercurial > mm7
diff Game.h @ 1458:934074e7fcc1
ModalWindow
__thiscall and __cdecl removed
Some random renames & refactors
author | Nomad |
---|---|
date | Wed, 21 Aug 2013 14:26:36 +0200 |
parents | eb02a65e5c82 |
children | 30c2b575d25c |
line wrap: on
line diff
--- a/Game.h Wed Aug 14 00:40:51 2013 +0400 +++ b/Game.h Wed Aug 21 14:26:36 2013 +0200 @@ -119,7 +119,7 @@ struct IndoorCameraD3D *GetIndoorCamera() {return this->pIndoorCameraD3D;} - //void (__thiscall ***vdestructor_ptr)(Game *, bool); + //void ( ***vdestructor_ptr)(Game *, bool); Game__StationaryLight pStationaryLights[25]; char field_2C0[1092]; unsigned int uNumStationaryLights;