mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-10 11:03:46 +00:00
10 lines
135 B
C
10 lines
135 B
C
#ifndef DRAW_H
|
|
#define DRAW_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
struct PlayState;
|
|
|
|
void GetItem_Draw(struct PlayState* play, s16 drawId);
|
|
|
|
#endif
|