diff --git a/Frameworks/Syntrax-c/Syntrax-c/syntrax.h b/Frameworks/Syntrax-c/Syntrax-c/syntrax.h index ba18bce7a..24f0b2268 100644 --- a/Frameworks/Syntrax-c/Syntrax-c/syntrax.h +++ b/Frameworks/Syntrax-c/Syntrax-c/syntrax.h @@ -2,15 +2,13 @@ #define SYNTRAX_H #include +#include //----------------------------typedefs------------------------- #ifndef NULL #define NULL 0 #endif typedef unsigned uint; -#ifndef __cplusplus -typedef enum { false, true } bool; -#endif //----------------------------defines-------------------------- #define SE_NROFEFFECTS 18