Mercurial > mm7
comparison Lights.h @ 1458:934074e7fcc1
ModalWindow
__thiscall and __cdecl removed
Some random renames & refactors
author | Nomad |
---|---|
date | Wed, 21 Aug 2013 14:26:36 +0200 |
parents | 61343380715b |
children | c1c74df0a33e |
comparison
equal
deleted
inserted
replaced
1457:9dc33590f93e | 1458:934074e7fcc1 |
---|---|
96 return true; | 96 return true; |
97 } | 97 } |
98 | 98 |
99 | 99 |
100 | 100 |
101 //void (__thiscall ***vdestructor_ptr)(LightsStack_StationaryLight_ *, bool); | 101 //void ( ***vdestructor_ptr)(LightsStack_StationaryLight_ *, bool); |
102 StationaryLight pLights[400]; | 102 StationaryLight pLights[400]; |
103 unsigned int uNumLightsActive; | 103 unsigned int uNumLightsActive; |
104 }; | 104 }; |
105 #pragma pack(pop) | 105 #pragma pack(pop) |
106 | 106 |
125 | 125 |
126 bool AddLight(__int16 x, __int16 y, __int16 z, __int16 uSectorID, int uRadius, unsigned __int8 r, unsigned __int8 g, unsigned __int8 b, char a10); | 126 bool AddLight(__int16 x, __int16 y, __int16 z, __int16 uSectorID, int uRadius, unsigned __int8 r, unsigned __int8 g, unsigned __int8 b, char a10); |
127 | 127 |
128 | 128 |
129 | 129 |
130 //void (__thiscall ***vdestructor_ptr)(LightsStack_MobileLight_ *, bool); | 130 //void ( ***vdestructor_ptr)(LightsStack_MobileLight_ *, bool); |
131 MobileLight pLights[400]; | 131 MobileLight pLights[400]; |
132 unsigned int uNumLightsActive; | 132 unsigned int uNumLightsActive; |
133 }; | 133 }; |
134 #pragma pack(pop) | 134 #pragma pack(pop) |