X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=ABM2%2FEngine%2Fprofiler.h;h=5a5ad32991c8fa18c5af37b3b2b3d0c7610629d7;hb=c0066ee748d25faed654973d09fab4d90ed5cc51;hp=77eee052e6c452774d5421f3470f988c8cb034a9;hpb=0b314338a46fe83c1c4bb646da858ebd5d4a7317;p=matthijs%2FABM2.git diff --git a/ABM2/Engine/profiler.h b/ABM2/Engine/profiler.h index 77eee05..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;