X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=ABM2%2FEngine%2Fprofiler.h;h=5d12b9fbc98b22cde8aed8361bd6c410bb1022ec;hb=0557fdb7b7567901ca7e82def55fe5ceab0ccef0;hp=0069b72e3049fcaf05ba30e4267fd9e95b57fd8a;hpb=0835c5605c80efd286ccb7eff92fffc07689f359;p=matthijs%2FABM2.git diff --git a/ABM2/Engine/profiler.h b/ABM2/Engine/profiler.h index 0069b72..5d12b9f 100755 --- a/ABM2/Engine/profiler.h +++ b/ABM2/Engine/profiler.h @@ -3,6 +3,7 @@ #define MAX_PROFILER_SAMPLES 50 + class IProfilerOutputHandler; class CProfileSample; @@ -72,4 +73,4 @@ public: #define PROFILE(name) #endif -#endif \ No newline at end of file +#endif