#ifndef Z64_DRAW_H
#define Z64_DRAW_H
#include "ultra64.h"
struct PlayState;
void GetItem_Draw(struct PlayState* play, s16 giDrawId);
#endif