remove duplicate debug code
This commit is contained in:
parent
fa6f9e197e
commit
ebae1add37
5 changed files with 56 additions and 79 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue