diff options
Diffstat (limited to 'src/projectile/ballAndChain.c')
| -rw-r--r-- | src/projectile/ballAndChain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projectile/ballAndChain.c b/src/projectile/ballAndChain.c index a727240a..fa1c5d0f 100644 --- a/src/projectile/ballAndChain.c +++ b/src/projectile/ballAndChain.c @@ -5,9 +5,9 @@ * @brief Ball and Chain Projectile */ #include "entity.h" -#include "functions.h" #include "hitbox.h" #include "projectile.h" +#include "physics.h" typedef struct { /*0x00*/ Entity base; |
