aboutsummaryrefslogtreecommitdiff
path: root/src/pre.hpp
blob: eefc828d40ba7d8cb12d3b05829a3192897b7c56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#ifdef _DEBUG
#define CRU_DEBUG
#endif

#define NOMINMAX
#define WIN32_LEAN_AND_MEAN

#ifdef CRU_DEBUG
#define _CRTDBG_MAP_ALLOC
#include <crtdbg.h>
#include <cstdlib>
#endif