mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-18 13:08:00 -05:00
10 lines
182 B
C
10 lines
182 B
C
#ifndef GUARD_DUNGEON_ENGINE_H
|
|
#define GUARD_DUNGEON_ENGINE_H
|
|
|
|
bool8 IsBossBattle(void);
|
|
bool8 IsFixedDungeon(void);
|
|
bool8 sub_8044210(void);
|
|
void RunDungeon(bool8 param_1);
|
|
|
|
#endif
|