mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-10 06:30:13 +00:00
10 lines
143 B
C
10 lines
143 B
C
#ifndef Z64_DRAW_H
|
|
#define Z64_DRAW_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
struct PlayState;
|
|
|
|
void GetItem_Draw(struct PlayState* play, s16 drawId);
|
|
|
|
#endif
|