diff options
Diffstat (limited to 'src/npc/npc23.c')
| -rw-r--r-- | src/npc/npc23.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/npc/npc23.c b/src/npc/npc23.c index acda02d4..2ff8885a 100644 --- a/src/npc/npc23.c +++ b/src/npc/npc23.c @@ -5,11 +5,12 @@ * @brief NPC 23 */ #include "entity.h" -#include "functions.h" #include "message.h" #include "npc.h" #include "player.h" -#include "structures.h" +#include "pauseMenu.h" +#include "room.h" +#include "physics.h" typedef struct { /*0x00*/ Entity base; |
