1 2 3 4 5 6 7 8 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