mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 05:00:12 +00:00
9 lines
191 B
C
9 lines
191 B
C
#ifndef GUARD_DUNGEON_LEADER_H
|
|
#define GUARD_DUNGEON_LEADER_H
|
|
|
|
#include "structs/dungeon_entity.h"
|
|
|
|
Entity* GetLeader(void);
|
|
EntityInfo* GetLeaderInfo(void);
|
|
|
|
#endif // GUARD_DUNGEON_LEADER_H
|