summaryrefslogtreecommitdiff
path: root/include/rvl/GX/GXDraw.h
blob: e24d4684351400de14df62842c435d5f3a878867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef RVL_SDK_GX_DRAW_H
#define RVL_SDK_GX_DRAW_H
#include "common.h"
#ifdef __cplusplus
extern "C" {
#endif

void GXDrawCylinder(u8 sides);
void GXDrawSphere(u32 stacks, u32 sectors);
void GXDrawDone();
#ifdef __cplusplus
}
#endif
#endif