mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-25 07:28:17 -05:00
7 lines
115 B
C
7 lines
115 B
C
#ifndef GUARD_DUNGEON_MENU_OTHERS_H
|
|
#define GUARD_DUNGEON_MENU_OTHERS_H
|
|
|
|
void ShowDungeonOthersMenu(void);
|
|
|
|
#endif
|