pmd-red/include/dungeon_leader.h
2023-01-08 13:39:56 -05:00

8 lines
139 B
C

#ifndef GUARD_DUNGEON_LEADER_H
#define GUARD_DUNGEON_LEADER_H
struct Entity* GetLeader();
struct EntityInfo* GetLeaderInfo(void);
#endif