OpenBarnyard
 
Loading...
Searching...
No Matches
TMemoryDebug.cpp
Go to the documentation of this file.
1#include "ToshiPCH.h"
2#include "TMemoryDebug.h"
3
4#ifdef TOSHI_PROFILER_MEMORY
5
6const TCHAR* TMemory__FUNC__ = TNULL;
7const TCHAR* TMemory__FILE__ = TNULL;
8TINT TMemory__LINE__ = -1;
9
10#endif // TOSHI_PROFILER_MEMORY
char TCHAR
Definition Typedefs.h:20
#define TNULL
Definition Typedefs.h:23
int TINT
Definition Typedefs.h:7