diff --git a/src/Core.h b/src/Core.h index 9204ac6ea..d93a54231 100644 --- a/src/Core.h +++ b/src/Core.h @@ -97,12 +97,12 @@ typedef uintptr_t cc_uintptr; #endif typedef cc_uint16 Codepoint; +typedef cc_uint8 cc_bool; #ifdef __APPLE__ /* TODO: REMOVE THIS AWFUL AWFUL HACK */ #include #elif __cplusplus #else -typedef cc_uint8 cc_bool; #define true 1 #define false 0 #endif