1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-05-10 11:03:46 +00:00
oot/include/draw.h
2025-04-28 10:02:59 -04:00

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