oot/include/draw.h

11 lines
137 B
C

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