summaryrefslogtreecommitdiff
path: root/include/dungeon_engine.h
blob: e4fa7f4f991e7af9b5109eeab967774c3231147b (plain)
1
2
3
4
5
6
7
#ifndef GUARD_DUNGEON_ENGINE_H
#define GUARD_DUNGEON_ENGINE_H

bool8 IsBossBattle();
bool8 IsFixedDungeon();

#endif