diff options
Diffstat (limited to 'src/playerItem/playerItemSwordBeam.c')
| -rw-r--r-- | src/playerItem/playerItemSwordBeam.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/playerItem/playerItemSwordBeam.c b/src/playerItem/playerItemSwordBeam.c index 4b110c43..e538407e 100644 --- a/src/playerItem/playerItemSwordBeam.c +++ b/src/playerItem/playerItemSwordBeam.c @@ -4,14 +4,17 @@ * * @brief Sword Beam Player Item */ +#include "playeritem.h" #include "asm.h" -#include "common.h" #include "effects.h" #include "entity.h" -#include "functions.h" +#include "collision.h" #include "physics.h" #include "player.h" #include "sound.h" +#include "object.h" +#include "room.h" +#include "color.h" typedef struct { /*0x00*/ Entity base; |
