pmd-red/include/dungeon_engine.h
2022-03-10 22:33:12 -05:00

8 lines
117 B
C

#ifndef GUARD_DUNGEON_ENGINE_H
#define GUARD_DUNGEON_ENGINE_H
bool8 IsBossBattle();
bool8 IsFixedDungeon();
#endif