pmd-red/include/dungeon_submenu.h
2025-03-02 15:24:33 +01:00

9 lines
181 B
C

#ifndef GUARD_DUNGEON_SUBMENU_H
#define GUARD_DUNGEON_SUBMENU_H
#include "structs/str_text.h"
void CreateDungeonMenuSubWindow(WindowTemplate *mainWindow, s32 subWindowX);
#endif