summaryrefslogtreecommitdiff
path: root/src/playerItem/playerItemBow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/playerItem/playerItemBow.c')
-rw-r--r--src/playerItem/playerItemBow.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/playerItem/playerItemBow.c b/src/playerItem/playerItemBow.c
index fec8aea4..827aa51f 100644
--- a/src/playerItem/playerItemBow.c
+++ b/src/playerItem/playerItemBow.c
@@ -7,12 +7,16 @@
#include "asm.h"
#include "effects.h"
#include "entity.h"
-#include "functions.h"
#include "object.h"
+#include "room.h"
+#include "physics.h"
+#include "player.h"
#include "playeritem.h"
#include "save.h"
#include "sound.h"
#include "tiles.h"
+#include "vram.h"
+#include "collision.h"
typedef struct {
/*0x00*/ Entity base;