diff options
Diffstat (limited to 'src/item/itemLantern.c')
| -rw-r--r-- | src/item/itemLantern.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/item/itemLantern.c b/src/item/itemLantern.c index af488bd1..8c67edc5 100644 --- a/src/item/itemLantern.c +++ b/src/item/itemLantern.c @@ -1,7 +1,10 @@ -#include "functions.h" #include "game.h" #include "item.h" #include "object.h" +#include "asm.h" +#include "room.h" +#include "physics.h" +#include "player.h" #include "sound.h" extern s8 gUnk_08126EEC[]; |
