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