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