mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 07:24:42 -05:00
10 lines
189 B
C
10 lines
189 B
C
#ifndef PMDSKY_MAIN_02051398_H
|
|
#define PMDSKY_MAIN_02051398_H
|
|
|
|
#include "enums.h"
|
|
#include "util.h"
|
|
|
|
bool8 IsRecruitingAllowed(enum dungeon_id dungeon_id);
|
|
|
|
#endif //PMDSKY_MAIN_02051398_H
|