diff options
Diffstat (limited to 'src/npc/bigGoron.c')
| -rw-r--r-- | src/npc/bigGoron.c | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/npc/bigGoron.c b/src/npc/bigGoron.c index 9a134cfe..0f3237cd 100644 --- a/src/npc/bigGoron.c +++ b/src/npc/bigGoron.c @@ -4,11 +4,20 @@ * * @brief BigGoron NPC */ -#include "functions.h" +#include "npc/bigGoron.h" #include "hitbox.h" #include "item.h" +#include "message.h" +#include "script.h" #include "npc.h" #include "screen.h" +#include "effects.h" +#include "save.h" +#include "common.h" +#include "sound.h" +#include "asm.h" +#include "physics.h" +#include "map.h" typedef struct { /*0x00*/ Entity base; |
