X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=ABM2%2FEngine%2Fprofiler.h;h=5a5ad32991c8fa18c5af37b3b2b3d0c7610629d7;hb=7e140e4a6676bed7583831251469fcee457f7654;hp=0069b72e3049fcaf05ba30e4267fd9e95b57fd8a;hpb=0835c5605c80efd286ccb7eff92fffc07689f359;p=matthijs%2FABM2.git diff --git a/ABM2/Engine/profiler.h b/ABM2/Engine/profiler.h index 0069b72..5a5ad32 100755 --- a/ABM2/Engine/profiler.h +++ b/ABM2/Engine/profiler.h @@ -3,6 +3,9 @@ #define MAX_PROFILER_SAMPLES 50 +/* HACK to make things compile */ +#define GetTickCount() 0 + class IProfilerOutputHandler; class CProfileSample; @@ -72,4 +75,4 @@ public: #define PROFILE(name) #endif -#endif \ No newline at end of file +#endif