diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-22 09:25:33 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-10-22 09:25:33 -0400 |
commit | 95f1817ebf57e54ca43181198c1782838f424492 (patch) | |
tree | 31c64704c497ab7a58921da342ed64ab88309a05 /include/entities.h | |
parent | fd79887f68775b781ed7f00b98aea28f1d9caa4d (diff) |
documentation part 4
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/entities.h b/include/entities.h index fab2ca5..30a0b0c 100644 --- a/include/entities.h +++ b/include/entities.h @@ -7,7 +7,9 @@ #define DEBUG -#define NPCp(n) ((NPC *)n) +#define NPCp(n) ((NPC *)n) +#define Structurep(n) ((Structures *)n) +#define Mobp(n) ((Mob *)n) #define PLAYER_INV_SIZE 30 // The size of the player's inventory #define NPC_INV_SIZE 3 // Size of an NPC's inventory |