X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=rogue.h;h=e3b2c849baff4fca2bb41e7bedbf7604551bf3e2;hp=52678e0ef71105dff13cfbb2b696d9c4263d358e;hb=HEAD;hpb=2b01379a8064b573eea4362c9b8d030ab27c6043 diff --git a/rogue.h b/rogue.h index 52678e0..e3b2c84 100644 --- a/rogue.h +++ b/rogue.h @@ -10,6 +10,16 @@ * See the file LICENSE.TXT for full copyright and licensing information. */ +#ifndef NULL +#define NULL ((void *)0) +#endif +#ifndef TRUE +#define TRUE 1 +#endif +#ifndef FALSE +#define FALSE 0 +#endif + /* * Maximum number of different things */