mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
8 lines
173 B
C
8 lines
173 B
C
#ifndef PMDSKY_MAIN_DUNGEON_INIT_2
|
|
#define PMDSKY_MAIN_DUNGEON_INIT_2
|
|
|
|
s16 DungeonSwapIdToIdx(s16 id);
|
|
s16 DungeonSwapIdxToId(s16 idx);
|
|
|
|
#endif //PMDSKY_MAIN_DUNGEON_INIT_2
|