diff options
Diffstat (limited to 'CruUI/global_macros.h')
-rw-r--r-- | CruUI/global_macros.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CruUI/global_macros.h b/CruUI/global_macros.h index fcb93174..7d8da00b 100644 --- a/CruUI/global_macros.h +++ b/CruUI/global_macros.h @@ -1,3 +1,7 @@ #pragma once +#ifdef _DEBUG +#define CRU_DEBUG +#endif + #define GLOG_NO_ABBREVIATED_SEVERITIES |