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