* Move GetTickCount() hacks to porting.h and replace by a real call to SDL_GetTicks().
[matthijs/ABM2.git] / ABM2 / Engine / GlobalTimer.h
index 57ee7525c38492815b4827eb2eddc26feb228109..e644210504aa84a80790de83d8c1413fca5d678f 100755 (executable)
@@ -9,9 +9,6 @@
 #pragma once\r
 #endif // _MSC_VER > 1000\r
 \r
-/* HACK to make things compile */\r
-#define GetTickCount() 0\r
-\r
 #include "engine.h"\r
 \r
 class CGlobalTimer : public ITask\r