diff options
Diffstat (limited to 'include/tinyff/common.h')
| -rw-r--r-- | include/tinyff/common.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/include/tinyff/common.h b/include/tinyff/common.h index d53adae..1fc4efb 100644 --- a/include/tinyff/common.h +++ b/include/tinyff/common.h @@ -5,10 +5,11 @@ #include <stdint.h> -// Human readable number types -// NOTE: The only reason I created these was so -// that debugging will be easier -typedef uint8_t ff_byte; +// Flags +typedef bool ff_flag; + +#define FF_ENABLE true +#define FF_DISABLE false // Functions |
