summaryrefslogtreecommitdiff
path: root/src/npc/hurdyGurdyMan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc/hurdyGurdyMan.c')
-rw-r--r--src/npc/hurdyGurdyMan.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/npc/hurdyGurdyMan.c b/src/npc/hurdyGurdyMan.c
index eb271392..51600e21 100644
--- a/src/npc/hurdyGurdyMan.c
+++ b/src/npc/hurdyGurdyMan.c
@@ -5,9 +5,13 @@
* @brief Hurdy Gurdy Man NPC
*/
#include "entity.h"
-#include "functions.h"
+#include "message.h"
#include "npc.h"
#include "save.h"
+#include "script.h"
+#include "common.h"
+#include "asm.h"
+#include "physics.h"
typedef struct {
/*0x00*/ Entity base;