mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-27 04:25:20 -05:00
10 lines
169 B
C
10 lines
169 B
C
#ifndef GUARD_DUNGEON_RANGE_H
|
|
#define GUARD_DUNGEON_RANGE_H
|
|
|
|
#include "position.h"
|
|
|
|
// 0x83294
|
|
bool8 InSameRoom_2(struct Position *pos1, struct Position *pos2);
|
|
|
|
#endif
|