diff options
Diffstat (limited to 'src/npc/cat.c')
| -rw-r--r-- | src/npc/cat.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/npc/cat.c b/src/npc/cat.c index 9adf40f1..9815e8e1 100644 --- a/src/npc/cat.c +++ b/src/npc/cat.c @@ -5,11 +5,14 @@ * @brief Cat NPC */ #include "enemy.h" +#include "sound.h" #include "entity.h" -#include "functions.h" #include "message.h" #include "npc.h" #include "save.h" +#include "physics.h" +#include "manager.h" +#include "asm.h" typedef struct { /*0x00*/ Entity base; |
