summaryrefslogtreecommitdiff
path: root/src/object/floatingPlatform.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/floatingPlatform.c')
-rw-r--r--src/object/floatingPlatform.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/object/floatingPlatform.c b/src/object/floatingPlatform.c
index 3a260350..f9ec6f89 100644
--- a/src/object/floatingPlatform.c
+++ b/src/object/floatingPlatform.c
@@ -5,8 +5,10 @@
* @brief Floating Platform object
*/
#include "entity.h"
-#include "functions.h"
#include "object.h"
+#include "asm.h"
+#include "room.h"
+#include "player.h"
typedef struct {
Entity base;