mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-04 18:21:33 -04:00
9 lines
124 B
C
9 lines
124 B
C
#ifndef Z64_DRAW_H
|
|
#define Z64_DRAW_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
void GetItem_Draw(struct PlayState* play, s16 drawId);
|
|
|
|
#endif
|