- Forgot the bool file.
This commit is contained in:
parent
46636014c0
commit
5882548643
7
src/bool.h
Normal file
7
src/bool.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef BOOL
|
||||
#define BOOL
|
||||
|
||||
#define false 0
|
||||
#define true 1
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user