pmd-red/include/dungeon_leader.h
2022-10-18 18:45:08 -05:00

8 lines
165 B
C

#ifndef GUARD_DUNGEON_LEADER_H
#define GUARD_DUNGEON_LEADER_H
struct DungeonEntity* GetLeaderEntity();
struct DungeonEntityData* GetLeaderEntityData(void);
#endif