- Forgot the bool file.

This commit is contained in:
Cas Cremers
2007-05-18 13:57:33 +02:00
parent 46636014c0
commit 5882548643

7
src/bool.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef BOOL
#define BOOL
#define false 0
#define true 1
#endif