summaryrefslogtreecommitdiff
path: root/src/object/giantTwig.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/giantTwig.c')
-rw-r--r--src/object/giantTwig.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/object/giantTwig.c b/src/object/giantTwig.c
index 00beda17..92fcdbc1 100644
--- a/src/object/giantTwig.c
+++ b/src/object/giantTwig.c
@@ -4,9 +4,14 @@
*
* @brief Giant Twig object
*/
-#include "functions.h"
#include "object.h"
+#include "asm.h"
+#include "room.h"
+#include "physics.h"
+#include "player.h"
#include "tiles.h"
+#include "color.h"
+#include "map.h"
typedef struct {
/*0x00*/ Entity base;