* Make every ITask know about the Kernel in which the run.
[matthijs/ABM2.git] / ABM2 / Engine / GlobalTimer.h
index 57ee7525c38492815b4827eb2eddc26feb228109..ea587d10a52961f770b600d1d1f71eb2f3799b77 100755 (executable)
@@ -9,15 +9,12 @@
 #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
 {\r
 public:\r
-       CGlobalTimer();\r
+       CGlobalTimer(CKernel* kernel);\r
        virtual ~CGlobalTimer();\r
        AUTO_SIZE;\r
        \r