pmd-red/include/dungeon_leader.h

9 lines
191 B
C
Raw Permalink Normal View History

2022-10-17 02:00:14 +00:00
#ifndef GUARD_DUNGEON_LEADER_H
#define GUARD_DUNGEON_LEADER_H
2023-09-21 02:26:35 +00:00
#include "structs/dungeon_entity.h"
2023-09-09 23:53:10 +00:00
Entity* GetLeader(void);
EntityInfo* GetLeaderInfo(void);
2022-10-17 02:00:14 +00:00
2023-09-09 23:53:10 +00:00
#endif // GUARD_DUNGEON_LEADER_H