summaryrefslogtreecommitdiff
path: root/src/npc/vaatiReborn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc/vaatiReborn.c')
-rw-r--r--src/npc/vaatiReborn.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/npc/vaatiReborn.c b/src/npc/vaatiReborn.c
index 82c349be..a699702c 100644
--- a/src/npc/vaatiReborn.c
+++ b/src/npc/vaatiReborn.c
@@ -4,8 +4,12 @@
*
* @brief Vaati Reborn NPC
*/
-#include "functions.h"
#include "npc.h"
+#include "color.h"
+#include "sound.h"
+#include "flags.h"
+#include "message.h"
+#include "physics.h"
void VaatiRebornAction0(Entity* this);
void VaatiRebornAction1(Entity* this);