summaryrefslogtreecommitdiff
path: root/src/enemy/octorokGolden.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/enemy/octorokGolden.c')
-rw-r--r--src/enemy/octorokGolden.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/enemy/octorokGolden.c b/src/enemy/octorokGolden.c
index 23b92aa5..8753e2b5 100644
--- a/src/enemy/octorokGolden.c
+++ b/src/enemy/octorokGolden.c
@@ -6,9 +6,14 @@
*/
#include "collision.h"
#include "enemy.h"
+#include "sound.h"
+#include "effects.h"
+#include "flags.h"
+#include "projectile.h"
#include "map.h"
#include "player.h"
#include "item.h"
+#include "asm.h"
void (*const OctorokGolden_Functions[])(Entity*);
void (*const gUnk_080CF484[])(Entity*);