summaryrefslogtreecommitdiff
path: root/include/dungeon_range.h
blob: 80cb7e347c72dade9ebfef9cb91f2e8a88161d00 (plain)
1
2
3
4
5
6
7
8
#ifndef GUARD_DUNGEON_RANGE_H
#define GUARD_DUNGEON_RANGE_H

#include "position.h"

bool8 InSameRoom_2(struct Position *pos1, struct Position *pos2);

#endif