mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 05:00:12 +00:00
10 lines
212 B
C
10 lines
212 B
C
#ifndef GUARD_DUNGEON_ENGINE_H
|
|
#define GUARD_DUNGEON_ENGINE_H
|
|
|
|
bool8 IsBossFight(void);
|
|
bool8 IsCurrentFixedRoomBossFight(void);
|
|
bool8 IsMakuhitaTrainingMaze(void);
|
|
void RunFractionalTurn(bool8 param_1);
|
|
|
|
#endif
|