mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-14 23:38:15 +00:00
this should work
This commit is contained in:
@@ -261,8 +261,9 @@
|
||||
//----------------------------------------------------------------------------------
|
||||
#ifndef __cplusplus
|
||||
// Boolean type
|
||||
#include <stdbool.h>
|
||||
//typedef enum { false, true } bool;
|
||||
#ifndef true
|
||||
typedef enum { false, true } bool;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// byte type
|
||||
|
Reference in New Issue
Block a user