12 lines
366 B
C
12 lines
366 B
C
|
//---------------------------------------------------------------------------
|
||
|
#ifndef CheckMemoryLeakH
|
||
|
#define CheckMemoryLeakH
|
||
|
//---------------------------------------------------------------------------
|
||
|
|
||
|
/** \brief Check for memory leaks */
|
||
|
|
||
|
void CheckMemoryLeak();
|
||
|
|
||
|
//---------------------------------------------------------------------------
|
||
|
#endif
|