pmd-red/include/dungeon_engine.h
2022-12-12 11:18:47 -08:00

10 lines
184 B
C

#ifndef GUARD_DUNGEON_ENGINE_H
#define GUARD_DUNGEON_ENGINE_H
bool8 IsBossBattle(void);
bool8 IsFixedDungeon(void);
bool8 IsDungeonMaze(void);
void RunDungeon(bool8 param_1);
#endif