summaryrefslogtreecommitdiff
path: root/src/object/object30.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/object30.c')
-rw-r--r--src/object/object30.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/object/object30.c b/src/object/object30.c
index 3f31e5e3..fc145a17 100644
--- a/src/object/object30.c
+++ b/src/object/object30.c
@@ -5,9 +5,11 @@
* @brief Object30 object
*/
#include "collision.h"
-#include "functions.h"
#include "item.h"
#include "object.h"
+#include "asm.h"
+#include "scroll.h"
+#include "map.h"
typedef struct {
/*0x00*/ Entity base;