pmd-sky/include/dungeon_range.h
2025-03-12 23:41:58 -04:00

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