summaryrefslogtreecommitdiff
path: root/src/npc/dog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc/dog.c')
-rw-r--r--src/npc/dog.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/npc/dog.c b/src/npc/dog.c
index 628e56d8..b9a188f8 100644
--- a/src/npc/dog.c
+++ b/src/npc/dog.c
@@ -6,10 +6,17 @@
*/
#include "collision.h"
#include "entity.h"
-#include "functions.h"
#include "item.h"
#include "npc.h"
#include "tiles.h"
+#include "sound.h"
+#include "flags.h"
+#include "save.h"
+#include "message.h"
+#include "script.h"
+#include "asm.h"
+#include "physics.h"
+#include "manager.h"
typedef struct {
/*0x00*/ Entity base;