mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
10 lines
237 B
C
10 lines
237 B
C
#ifndef PMDSKY_MAIN_020514CC_H
|
|
#define PMDSKY_MAIN_020514CC_H
|
|
#include "util.h"
|
|
|
|
bool32 IsDojoDungeon(u8 dungeon_id);
|
|
bool32 IsFutureDungeon(u8 dungeon_id);
|
|
bool32 IsSpecialEpisodeDungeon(u8 dungeon_id);
|
|
|
|
#endif //PMDSKY_MAIN_020514CC_H
|