mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
d855f2bfd8
* z64debug_display.h * z64draw.h * z_en_item00.h * bss
11 lines
143 B
C
11 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
|