mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-17 10:36:50 -05:00
8 lines
117 B
C
8 lines
117 B
C
#ifndef GUARD_DUNGEON_ENGINE_H
|
|
#define GUARD_DUNGEON_ENGINE_H
|
|
|
|
bool8 IsBossBattle();
|
|
bool8 IsFixedDungeon();
|
|
|
|
#endif
|