pmd-red/include/dungeon_menu_stairs.h
2025-03-03 20:42:35 +01:00

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