pmd-red/include/dungeon_menu_items.h
2025-03-02 00:28:16 +01:00

12 lines
308 B
C

#ifndef GUARD_DUNGEON_MENU_ITEMS_H
#define GUARD_DUNGEON_MENU_ITEMS_H
#include "dungeon_main.h"
#include "structs/dungeon_entity.h"
bool8 sub_805FD3C(struct UnkMenuBitsStruct *a0);
bool8 ShowDungeonItemsMenu(Entity * a0, struct UnkMenuBitsStruct *a1);
void sub_8060D24(UNUSED ActionContainer *a0);
#endif