summaryrefslogtreecommitdiff
path: root/include/dolphin/gx/GXDraw.h
blob: 3901ebfe113279fd77ea5b29af4a1683ec718389 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _DOLPHIN_GXDRAW
#define _DOLPHIN_GXDRAW

#include <dolphin/types.h>

#ifdef __cplusplus
extern "C" {
#endif

void GXDrawSphere(u8 numMajor, u8 numMinor);

#ifdef __cplusplus
}
#endif

#endif // _DOLPHIN_GXDRAW