X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=ABM2%2FEngine%2FGlobalTimer.h;h=57ee7525c38492815b4827eb2eddc26feb228109;hb=f0ae13a5c4d0ba9f0aae5eed5f489a67b96510a5;hp=e644210504aa84a80790de83d8c1413fca5d678f;hpb=0835c5605c80efd286ccb7eff92fffc07689f359;p=matthijs%2FABM2.git diff --git a/ABM2/Engine/GlobalTimer.h b/ABM2/Engine/GlobalTimer.h index e644210..57ee752 100755 --- a/ABM2/Engine/GlobalTimer.h +++ b/ABM2/Engine/GlobalTimer.h @@ -9,6 +9,9 @@ #pragma once #endif // _MSC_VER > 1000 +/* HACK to make things compile */ +#define GetTickCount() 0 + #include "engine.h" class CGlobalTimer : public ITask