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