summaryrefslogtreecommitdiff
path: root/include/draw.h
blob: 66658817e256bea116ce7967b4c91b6767cbe19c (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef DRAW_H
#define DRAW_H

#include "ultra64.h"

struct PlayState;

void GetItem_Draw(struct PlayState* play, s16 giDrawId);

#endif