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