mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-05 00:45:12 -05: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
|