mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-14 05:26:12 -05:00
9 lines
230 B
C
9 lines
230 B
C
#ifndef PMDSKY_DUNGEON_RANGE_H
|
|
#define PMDSKY_DUNGEON_RANGE_H
|
|
|
|
#include "dungeon_mode.h"
|
|
|
|
bool8 IsPositionActuallyInSight(struct position *origin, struct position *target, bool8 user_has_dropeye);
|
|
|
|
#endif //PMDSKY_DUNGEON_RANGE_H
|