diff options
Diffstat (limited to 'src/object/macroBook.c')
| -rw-r--r-- | src/object/macroBook.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/object/macroBook.c b/src/object/macroBook.c index 2b43af8b..2d14e0b5 100644 --- a/src/object/macroBook.c +++ b/src/object/macroBook.c @@ -7,9 +7,11 @@ #include "asm.h" #include "entity.h" #include "flags.h" -#include "functions.h" +#include "player.h" #include "npc.h" #include "tiles.h" +#include "room.h" +#include "map.h" typedef struct { Entity base; |
