diff options
Diffstat (limited to 'src/npc/cuccoChick.c')
| -rw-r--r-- | src/npc/cuccoChick.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/npc/cuccoChick.c b/src/npc/cuccoChick.c index adf6eaf4..75cf0ede 100644 --- a/src/npc/cuccoChick.c +++ b/src/npc/cuccoChick.c @@ -4,8 +4,11 @@ * * @brief Cucco Chick NPC */ -#include "functions.h" +#include "message.h" #include "npc.h" +#include "sound.h" +#include "asm.h" +#include "player.h" typedef struct { /*0x00*/ Entity base; |
