pmd-red/include/dungeon_visibility.h
AnonymousRandomPerson da8fcb2ac8 Decomped CanSee()
2021-12-14 23:26:56 -05:00

10 lines
199 B
C

#ifndef GUARD_DUNGEON_VISIBILITY_H
#define GUARD_DUNGEON_VISIBILITY_H
#include "dungeon_entity.h"
// 0x45990
bool8 CanSee(struct DungeonEntity *entity, struct DungeonEntity *targetEntity);
#endif