1 2 3 4 5 6 7 8 9 10
#ifndef DRAW_H #define DRAW_H #include "ultra64.h" struct PlayState; void GetItem_Draw(struct PlayState* play, s16 giDrawId); #endif