mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
9 lines
165 B
C
9 lines
165 B
C
#ifndef PMDSKY_DUNGEON_RECRUITMENT_3_H
|
|
#define PMDSKY_DUNGEON_RECRUITMENT_3_H
|
|
|
|
#include "util.h"
|
|
|
|
bool8 HasPlayedOldGame();
|
|
|
|
#endif //PMDSKY_DUNGEON_RECRUITMENT_3_H
|