diff --git a/src/raylib.h b/src/raylib.h index 7d656ec86..93415955a 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -302,10 +302,7 @@ // Structures Definition //---------------------------------------------------------------------------------- #ifndef __cplusplus -// Boolean type - #if !defined(_STDBOOL_H) || !defined(__STDBOOL_H) // CLang uses second form - typedef enum { false, true } bool; - #endif + #include #endif // Vector2 type