summaryrefslogtreecommitdiff
path: root/include/dungeon_range.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dungeon_range.h')
-rw-r--r--include/dungeon_range.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/dungeon_range.h b/include/dungeon_range.h
new file mode 100644
index 0000000..3d76011
--- /dev/null
+++ b/include/dungeon_range.h
@@ -0,0 +1,9 @@
+#ifndef GUARD_DUNGEON_RANGE_H
+#define GUARD_DUNGEON_RANGE_H
+
+#include "position.h"
+
+// 0x83294
+bool8 InSameRoom_2(struct Position *pos1, struct Position *pos2);
+
+#endif