mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-26 21:34:47 -04: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
|