diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-14 17:06:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-14 17:06:02 +0300 |
commit | 6b5c7e7a5ed32abfc98d9acdebacc50c68a91a1d (patch) | |
tree | f1acb027394af1aec49790354df97da4665488b7 /src/localconsts.h | |
parent | a7d7346b9eb3fa62a8912e31d5c00f8e05390425 (diff) | |
download | plus-6b5c7e7a5ed32abfc98d9acdebacc50c68a91a1d.tar.gz plus-6b5c7e7a5ed32abfc98d9acdebacc50c68a91a1d.tar.bz2 plus-6b5c7e7a5ed32abfc98d9acdebacc50c68a91a1d.tar.xz plus-6b5c7e7a5ed32abfc98d9acdebacc50c68a91a1d.zip |
another fixes from cpplint.
Diffstat (limited to 'src/localconsts.h')
-rw-r--r-- | src/localconsts.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/localconsts.h b/src/localconsts.h index d6c535640..2253fbf1f 100644 --- a/src/localconsts.h +++ b/src/localconsts.h @@ -34,8 +34,8 @@ #define final #define override #define constexpr -//#define A_DELETE -//#define A_DELETE_COPY +// #define A_DELETE +// #define A_DELETE_COPY #endif #undef Z_NULL #define Z_NULL nullptr @@ -63,19 +63,19 @@ #define FOR_EACHP(type, iter, array) for (type iter = array->begin(), \ iter##_end = array->end(); iter != iter##_end; ++ iter) -//#define DEBUG_CONFIG 1 -//#define DEBUG_BIND_TEXTURE 1 -//#define DISABLE_RESOURCE_CACHING 1 +// #define DEBUG_CONFIG 1 +// #define DEBUG_BIND_TEXTURE 1 +// #define DISABLE_RESOURCE_CACHING 1 #define DUMP_LEAKED_RESOURCES 1 -//#define DEBUG_DUMP_LEAKS1 1 +// #define DEBUG_DUMP_LEAKS1 1 -//Android logging -//#define ANDROID_LOG 1 +// Android logging +// #define ANDROID_LOG 1 -//profiler -//#define USE_PROFILER 1 +// profiler +// #define USE_PROFILER 1 -//draw calls -//#define DEBUG_DRAW_CALLS 1 +// draw calls +// #define DEBUG_DRAW_CALLS 1 #include "utils/perfomance.h" |