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

// 0x441E8
bool8 IsFixedDungeon();

#endif