aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/entities.h')
-rw-r--r--include/entities.h4
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