From 5882548643d7f5f25f60395a37b5ea2bfdc5fc46 Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Fri, 18 May 2007 13:57:33 +0200 Subject: [PATCH] - Forgot the bool file. --- src/bool.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/bool.h diff --git a/src/bool.h b/src/bool.h new file mode 100644 index 0000000..5ea7ada --- /dev/null +++ b/src/bool.h @@ -0,0 +1,7 @@ +#ifndef BOOL +#define BOOL + +#define false 0 +#define true 1 + +#endif