Maybe better compatibility...
[rogue-pphs.git] / rogue.h
diff --git a/rogue.h b/rogue.h
index dbf4e6c..e3b2c84 100644 (file)
--- a/rogue.h
+++ b/rogue.h
  * See the file LICENSE.TXT for full copyright and licensing information.\r
  */\r
 \r
+#ifndef NULL\r
 #define NULL ((void *)0)\r
+#endif\r
+#ifndef TRUE\r
 #define TRUE 1\r
+#endif\r
+#ifndef FALSE\r
 #define FALSE 0\r
+#endif\r
 \r
 /*\r
  * Maximum number of different things\r