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