summaryrefslogtreecommitdiff
path: root/include/dungeon_visibility.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dungeon_visibility.h')
-rw-r--r--include/dungeon_visibility.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/dungeon_visibility.h b/include/dungeon_visibility.h
index f94926e..62e7163 100644
--- a/include/dungeon_visibility.h
+++ b/include/dungeon_visibility.h
@@ -3,7 +3,6 @@
#include "dungeon_entity.h"
-// 0x45990
bool8 CanSee(struct DungeonEntity *entity, struct DungeonEntity *targetEntity);
#endif