Whoops.
parent
3c75c03b70
commit
a60970c754
|
@ -2,15 +2,13 @@
|
|||
#define SYNTRAX_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
//----------------------------typedefs-------------------------
|
||||
#ifndef NULL
|
||||
#define NULL 0
|
||||
#endif
|
||||
typedef unsigned uint;
|
||||
#ifndef __cplusplus
|
||||
typedef enum { false, true } bool;
|
||||
#endif
|
||||
|
||||
//----------------------------defines--------------------------
|
||||
#define SE_NROFEFFECTS 18
|
||||
|
|
Loading…
Reference in New Issue