summaryrefslogtreecommitdiff
path: root/src/npc/cow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc/cow.c')
-rw-r--r--src/npc/cow.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/npc/cow.c b/src/npc/cow.c
index 944d26b3..a43c8b9e 100644
--- a/src/npc/cow.c
+++ b/src/npc/cow.c
@@ -5,10 +5,12 @@
* @brief Cow NPC
*/
#include "entity.h"
-#include "functions.h"
+#include "message.h"
#include "npc.h"
#include "player.h"
#include "sound.h"
+#include "asm.h"
+#include "manager.h"
typedef struct {
/*0x00*/ Entity base;