diff options
Diffstat (limited to 'CruUI/global_macros.h')
-rw-r--r-- | CruUI/global_macros.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/CruUI/global_macros.h b/CruUI/global_macros.h deleted file mode 100644 index 696c5d2b..00000000 --- a/CruUI/global_macros.h +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -#ifdef _DEBUG -#define CRU_DEBUG -#endif - -#define GLOG_NO_ABBREVIATED_SEVERITIES - -#ifdef CRU_DEBUG -#define CRU_DEBUG_DRAW_CONTROL_BORDER -#endif |