quick fix

Boolean errors
This commit is contained in:
Joshua Reisenauer
2016-04-25 18:40:19 -07:00
parent 62087d21cc
commit f12754b01f
3 changed files with 14 additions and 12 deletions

View File

@@ -261,7 +261,8 @@
//----------------------------------------------------------------------------------
#ifndef __cplusplus
// Boolean type
typedef enum { false, true } bool;
#include <stdbool.h>
//typedef enum { false, true } bool;
#endif
// byte type