aboutsummaryrefslogtreecommitdiff
path: root/src/global_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/global_macros.h')
-rw-r--r--src/global_macros.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/global_macros.h b/src/global_macros.h
new file mode 100644
index 00000000..696c5d2b
--- /dev/null
+++ b/src/global_macros.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#ifdef _DEBUG
+#define CRU_DEBUG
+#endif
+
+#define GLOG_NO_ABBREVIATED_SEVERITIES
+
+#ifdef CRU_DEBUG
+#define CRU_DEBUG_DRAW_CONTROL_BORDER
+#endif