aboutsummaryrefslogtreecommitdiff
path: root/CruUI/global_macros.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2018-09-25 13:08:40 +0800
committercrupest <crupest@outlook.com>2018-09-25 13:08:40 +0800
commit4b86554a0354d78efeb40e551eaccaac0fecd1d1 (patch)
treec8a73d848401f523ff91fe8ed1b0887aa88bbfb8 /CruUI/global_macros.h
parentcea138417c54d6cf8043b6334c22e3af957d26f8 (diff)
downloadcru-4b86554a0354d78efeb40e551eaccaac0fecd1d1.tar.gz
cru-4b86554a0354d78efeb40e551eaccaac0fecd1d1.tar.bz2
cru-4b86554a0354d78efeb40e551eaccaac0fecd1d1.zip
Change the structure of project.
Diffstat (limited to 'CruUI/global_macros.h')
-rw-r--r--CruUI/global_macros.h11
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