mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-05 00:45:12 -05:00
12 lines
323 B
C
12 lines
323 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 DungeonShowItemDescription(UNUSED ActionContainer *a0);
|
|
|
|
#endif
|