mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-22 15:08:24 -05:00
9 lines
159 B
C
9 lines
159 B
C
#ifndef GUARD_DUNGEON_MENU_STAIRS_H
|
|
#define GUARD_DUNGEON_MENU_STAIRS_H
|
|
|
|
#include "structs/dungeon_entity.h"
|
|
|
|
void ShowDungeonStairsMenu(Entity *mon);
|
|
|
|
#endif
|