aboutsummaryrefslogtreecommitdiff
path: root/CruUI/global_macros.h
blob: 696c5d2b357332a1f06e6303d844da8f266a18c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#ifdef _DEBUG
#define CRU_DEBUG
#endif

#define GLOG_NO_ABBREVIATED_SEVERITIES

#ifdef CRU_DEBUG
#define CRU_DEBUG_DRAW_CONTROL_BORDER
#endif