diff options
Diffstat (limited to 'src/projectile/dirtBallProjectile.c')
| -rw-r--r-- | src/projectile/dirtBallProjectile.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/projectile/dirtBallProjectile.c b/src/projectile/dirtBallProjectile.c index a03009de..06690e5f 100644 --- a/src/projectile/dirtBallProjectile.c +++ b/src/projectile/dirtBallProjectile.c @@ -5,11 +5,13 @@ * @brief Dirt Ball Projectile */ #include "enemy.h" +#include "sound.h" +#include "effects.h" +#include "projectile.h" #include "entity.h" -#include "functions.h" #include "physics.h" #include "player.h" -#include "sound.h" +#include "asm.h" typedef struct { /*0x00*/ Entity base; |
