mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-27 20:45:29 -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
|