aboutsummaryrefslogtreecommitdiff
path: root/include/cru/common/pre_config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/common/pre_config.hpp')
-rw-r--r--include/cru/common/pre_config.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/cru/common/pre_config.hpp b/include/cru/common/pre_config.hpp
new file mode 100644
index 00000000..aa4d680b
--- /dev/null
+++ b/include/cru/common/pre_config.hpp
@@ -0,0 +1,5 @@
+#pragma once
+
+#ifdef _DEBUG
+#define CRU_DEBUG
+#endif