mirror of
https://github.com/pret/pmd-red.git
synced 2026-07-19 09:21:31 -05:00
8 lines
106 B
C
8 lines
106 B
C
#ifndef GUARD_DUNGEON_ENGINE_H
|
|
#define GUARD_DUNGEON_ENGINE_H
|
|
|
|
// 0x441E8
|
|
bool8 IsFixedDungeon();
|
|
|
|
#endif
|