mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 15:07:09 -05:00
7 lines
129 B
C
7 lines
129 B
C
#ifndef GUARD_DUNGEON_MENU_RECRUITMENT_H
|
|
#define GUARD_DUNGEON_MENU_RECRUITMENT_H
|
|
|
|
void ShowRecruitmentSearchMenu(void);
|
|
|
|
#endif
|