mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
186dfb4aa9
* rename GetItem_Draw's arg drawId -> giDrawId * comment GID_ enum values on sDrawItemTable * drawId -> giDrawId in GetItem_DrawXxx
11 lines
145 B
C
11 lines
145 B
C
#ifndef Z64_DRAW_H
|
|
#define Z64_DRAW_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
struct PlayState;
|
|
|
|
void GetItem_Draw(struct PlayState* play, s16 giDrawId);
|
|
|
|
#endif
|