Compatibility with old-but-newer-than-C89 compilers.
[rogue-pphs.git] / rogue.h
diff --git a/rogue.h b/rogue.h
index 52678e0..dbf4e6c 100644 (file)
--- a/rogue.h
+++ b/rogue.h
  * See the file LICENSE.TXT for full copyright and licensing information.\r
  */\r
 \r
+#define NULL ((void *)0)\r
+#define TRUE 1\r
+#define FALSE 0\r
+\r
 /*\r
  * Maximum number of different things\r
  */\r