#ifndef GUARD_DUNGEON_MENU_STAIRS_H #define GUARD_DUNGEON_MENU_STAIRS_H #include "structs/dungeon_entity.h" void ShowDungeonStairsMenu(Entity *mon); #endif