diff options
author | crupest <crupest@outlook.com> | 2018-11-25 23:11:06 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-11-25 23:11:06 +0800 |
commit | b88992fd00df7b8c243bc0e7d577ef2aa9437c3f (patch) | |
tree | b67d2be76343d4948b5b7fb57f80ec3d3a379ca7 /src/global_macros.hpp | |
parent | 22322daf6f51da53740ff95ef2eaceed9a6efcae (diff) | |
download | cru-b88992fd00df7b8c243bc0e7d577ef2aa9437c3f.tar.gz cru-b88992fd00df7b8c243bc0e7d577ef2aa9437c3f.tar.bz2 cru-b88992fd00df7b8c243bc0e7d577ef2aa9437c3f.zip |
Reorganize headers and add memory leak check.
Diffstat (limited to 'src/global_macros.hpp')
-rw-r--r-- | src/global_macros.hpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/global_macros.hpp b/src/global_macros.hpp deleted file mode 100644 index eda57187..00000000 --- a/src/global_macros.hpp +++ /dev/null @@ -1,9 +0,0 @@ -#pragma once - -#ifdef _DEBUG -#define CRU_DEBUG -#endif - -#ifdef CRU_DEBUG -#define CRU_DEBUG_LAYOUT -#endif |