remove duplicate debug code

This commit is contained in:
FunkyFr3sh 2018-10-02 11:38:38 +02:00
parent fa6f9e197e
commit ebae1add37
5 changed files with 56 additions and 79 deletions

View file

@ -6,6 +6,11 @@
void CounterStart();
double CounterStop();
void DebugPrint(const char *format, ...);
void DrawFrameInfoStart();
void DrawFrameInfoEnd();
extern double DebugFrameTime;
extern DWORD DebugFrameCount;
//#define _DEBUG 1