summaryrefslogtreecommitdiff
path: root/src/projectile/boneProjectile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/projectile/boneProjectile.c')
-rw-r--r--src/projectile/boneProjectile.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/projectile/boneProjectile.c b/src/projectile/boneProjectile.c
index 336920a2..c15e3da7 100644
--- a/src/projectile/boneProjectile.c
+++ b/src/projectile/boneProjectile.c
@@ -6,8 +6,11 @@
*/
#include "collision.h"
#include "enemy.h"
+#include "projectile.h"
#include "entity.h"
-#include "functions.h"
+#include "physics.h"
+#include "script.h"
+#include "asm.h"
extern void (*const BoneProjectile_Functions[])(Entity*);
extern void (*const BoneProjectile_Actions[])(Entity*);