summaryrefslogtreecommitdiff
path: root/src/playerItem/playerItemSwordBeam.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/playerItem/playerItemSwordBeam.c')
-rw-r--r--src/playerItem/playerItemSwordBeam.c7
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;