pmd-red/include/dungeon_range.h
2022-03-10 22:33:12 -05:00

9 lines
158 B
C

#ifndef GUARD_DUNGEON_RANGE_H
#define GUARD_DUNGEON_RANGE_H
#include "position.h"
bool8 InSameRoom_2(struct Position *pos1, struct Position *pos2);
#endif