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