mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 15:42:34 -05:00
10 lines
277 B
C
10 lines
277 B
C
#ifndef PMDSKY_OVERLAY_29_022E1610_H
|
|
#define PMDSKY_OVERLAY_29_022E1610_H
|
|
|
|
#include "dungeon_mode.h"
|
|
|
|
// Given an item entity, returns the pointer to the item info struct it contains.
|
|
struct item* GetItemInfo(struct entity *item_entity);
|
|
|
|
#endif //PMDSKY_OVERLAY_29_022E1610_H
|