summaryrefslogtreecommitdiff
path: root/src/object/lavaPlatform.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/lavaPlatform.c')
-rw-r--r--src/object/lavaPlatform.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/object/lavaPlatform.c b/src/object/lavaPlatform.c
index 5e806494..9624b606 100644
--- a/src/object/lavaPlatform.c
+++ b/src/object/lavaPlatform.c
@@ -4,9 +4,14 @@
*
* @brief Lava Platform object
*/
-#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"
typedef struct {
/*0x00*/ Entity base;