X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=ABM2%2FEngine%2FGlobalTimer.h;h=ea587d10a52961f770b600d1d1f71eb2f3799b77;hb=c100d6f67b06abb348319e277a66b6b7ab0c4bd5;hp=57ee7525c38492815b4827eb2eddc26feb228109;hpb=f14a4c1ff4c28feecc24ccb6403af8c7f3162557;p=matthijs%2FABM2.git diff --git a/ABM2/Engine/GlobalTimer.h b/ABM2/Engine/GlobalTimer.h index 57ee752..ea587d1 100755 --- a/ABM2/Engine/GlobalTimer.h +++ b/ABM2/Engine/GlobalTimer.h @@ -9,15 +9,12 @@ #pragma once #endif // _MSC_VER > 1000 -/* HACK to make things compile */ -#define GetTickCount() 0 - #include "engine.h" class CGlobalTimer : public ITask { public: - CGlobalTimer(); + CGlobalTimer(CKernel* kernel); virtual ~CGlobalTimer(); AUTO_SIZE;