crt.h 141 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
#pragma once

// for memory leaks
#ifdef _DEBUG

#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>
#include <crtdbg.h>

#endif // _DEBUG