summaryrefslogtreecommitdiff
path: root/src/object/pushableStatue.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/pushableStatue.c')
-rw-r--r--src/object/pushableStatue.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/object/pushableStatue.c b/src/object/pushableStatue.c
index 35fbb3bd..bda7a547 100644
--- a/src/object/pushableStatue.c
+++ b/src/object/pushableStatue.c
@@ -5,10 +5,16 @@
* @brief Pushable Statue object
*/
#include "area.h"
-#include "functions.h"
#include "hitbox.h"
#include "object.h"
+#include "asm.h"
+#include "sound.h"
+#include "effects.h"
+#include "room.h"
+#include "physics.h"
+#include "player.h"
#include "tiles.h"
+#include "vram.h"
typedef struct {
/*0x00*/ Entity base;