summaryrefslogtreecommitdiff
path: root/src/object/blockPushed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/blockPushed.c')
-rw-r--r--src/object/blockPushed.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/object/blockPushed.c b/src/object/blockPushed.c
index 85f45ce9..72b4a0a0 100644
--- a/src/object/blockPushed.c
+++ b/src/object/blockPushed.c
@@ -5,9 +5,14 @@
* @brief Block Pushed object
*/
#include "area.h"
-#include "functions.h"
#include "object.h"
+#include "asm.h"
+#include "sound.h"
+#include "room.h"
+#include "physics.h"
+#include "player.h"
#include "tiles.h"
+#include "vram.h"
typedef struct {
/*0x00*/ Entity base;