mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 15:42:34 -05:00
10 lines
230 B
C
10 lines
230 B
C
#ifndef PMDSKY_DUNGEON_RECRUITMENT_H
|
|
#define PMDSKY_DUNGEON_RECRUITMENT_H
|
|
|
|
#include "util.h"
|
|
|
|
bool8 SpecificRecruitCheck(u32 monster_id);
|
|
extern bool8 DebugRecruitingEnabled(u32 monster_id);
|
|
|
|
#endif //PMDSKY_DUNGEON_RECRUITMENT_H
|