summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/dungeon_engine.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/dungeon_engine.h b/include/dungeon_engine.h
new file mode 100644
index 0000000..f987b11
--- /dev/null
+++ b/include/dungeon_engine.h
@@ -0,0 +1,7 @@
+#ifndef GUARD_DUNGEON_ENGINE_H
+#define GUARD_DUNGEON_ENGINE_H
+
+// 0x441E8
+bool8 IsFixedDungeon();
+
+#endif