mirror of https://github.com/encounter/aurora.git
14 lines
282 B
C++
14 lines
282 B
C++
|
#include "gx.hpp"
|
||
|
|
||
|
// TODO GXDrawCylinder
|
||
|
// TODO GXDrawTorus
|
||
|
|
||
|
void GXDrawSphere(u8 numMajor, u8 numMinor) { puts("GXDrawSphere is a stub"); }
|
||
|
|
||
|
// TODO GXDrawCube
|
||
|
// TODO GXDrawDodeca
|
||
|
// TODO GXDrawOctahedron
|
||
|
// TODO GXDrawIcosahedron
|
||
|
// TODO GXDrawSphere1
|
||
|
// TODO GXGenNormalTable
|