summaryrefslogtreecommitdiff
path: root/src/object/waterfallOpening.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/waterfallOpening.c')
-rw-r--r--src/object/waterfallOpening.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/object/waterfallOpening.c b/src/object/waterfallOpening.c
index c63c937a..f6f02a3f 100644
--- a/src/object/waterfallOpening.c
+++ b/src/object/waterfallOpening.c
@@ -6,11 +6,12 @@
*/
#include "entity.h"
#include "flags.h"
-#include "functions.h"
#include "menu.h"
#include "room.h"
#include "sound.h"
#include "tiles.h"
+#include "vram.h"
+#include "map.h"
typedef struct {
Entity base;