summaryrefslogtreecommitdiff
path: root/src/projectile/octorokBossProjectile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/projectile/octorokBossProjectile.c')
-rw-r--r--src/projectile/octorokBossProjectile.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/projectile/octorokBossProjectile.c b/src/projectile/octorokBossProjectile.c
index 8ca0d67d..5c7dea7e 100644
--- a/src/projectile/octorokBossProjectile.c
+++ b/src/projectile/octorokBossProjectile.c
@@ -6,9 +6,13 @@
*/
#include "collision.h"
#include "enemy.h"
-#include "entity.h"
-#include "functions.h"
+#include "sound.h"
+#include "effects.h"
#include "projectile.h"
+#include "entity.h"
+#include "physics.h"
+#include "player.h"
+#include "asm.h"
typedef struct {
/*0x00*/ Entity base;