tp/include/dolphin/gx/GXDraw.h

17 lines
194 B
C

#ifndef GXDRAW_H
#define GXDRAW_H
#include "dolphin/gx/GXEnum.h"
#ifdef __cplusplus
extern "C" {
#endif
void GXDrawCylinder(u8 numEdges);
#ifdef __cplusplus
};
#endif
#endif /* GXDRAW_H */