summaryrefslogtreecommitdiff
path: root/src/playerItem/playerItemLantern.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/playerItem/playerItemLantern.c')
-rw-r--r--src/playerItem/playerItemLantern.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/playerItem/playerItemLantern.c b/src/playerItem/playerItemLantern.c
index 7c16acbc..fe6fccf6 100644
--- a/src/playerItem/playerItemLantern.c
+++ b/src/playerItem/playerItemLantern.c
@@ -5,10 +5,13 @@
* @brief Lantern Player Item
*/
#include "entity.h"
-#include "functions.h"
#include "item.h"
#include "object.h"
+#include "physics.h"
#include "player.h"
+#include "vram.h"
+#include "asm.h"
+#include "collision.h"
void PlayerItemLantern_Init(Entity* this);
void PlayerItemLantern_Action1(Entity* this);