mirror of
https://github.com/pret/pmd-red.git
synced 2024-12-04 02:52:28 +00:00
10 lines
199 B
C
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
|