mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-27 12:35:04 -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
|