From 4b86554a0354d78efeb40e551eaccaac0fecd1d1 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 25 Sep 2018 13:08:40 +0800 Subject: Change the structure of project. --- src/global_macros.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/global_macros.h (limited to 'src/global_macros.h') 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 -- cgit v1.2.3