summaryrefslogtreecommitdiff
path: root/src/projectile/v3HandProjectile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/projectile/v3HandProjectile.c')
-rw-r--r--src/projectile/v3HandProjectile.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/projectile/v3HandProjectile.c b/src/projectile/v3HandProjectile.c
index ff594836..b896a9db 100644
--- a/src/projectile/v3HandProjectile.c
+++ b/src/projectile/v3HandProjectile.c
@@ -6,8 +6,9 @@
*/
#include "collision.h"
#include "enemy.h"
-#include "entity.h"
-#include "functions.h"
+#include "sound.h"
+#include "projectile.h"
+#include "physics.h"
#include "player.h"
extern void (*const V3HandProjectile_Functions[])(Entity*);