diff options
Diffstat (limited to 'src/projectile/removableDust.c')
| -rw-r--r-- | src/projectile/removableDust.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/projectile/removableDust.c b/src/projectile/removableDust.c index c6b7a5ff..d5ccd5f4 100644 --- a/src/projectile/removableDust.c +++ b/src/projectile/removableDust.c @@ -5,9 +5,13 @@ * @brief Removable Dust Projectile */ #include "enemy.h" +#include "sound.h" +#include "flags.h" +#include "common.h" #include "entity.h" -#include "functions.h" #include "object.h" +#include "asm.h" +#include "player.h" #include "physics.h" #include "room.h" #include "tiles.h" |
