mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-25 15:46:18 -05:00
11 lines
206 B
C
11 lines
206 B
C
#ifndef GUARD_DUNGEON_NAME_BANNER_H
|
|
#define GUARD_DUNGEON_NAME_BANNER_H
|
|
|
|
#include "structs/str_file_system.h"
|
|
|
|
void ShowDungeonNameBanner_Async(void);
|
|
|
|
extern OpenedFile *gDungeonNameBannerPalette;
|
|
|
|
#endif
|