aurora/lib/dolphin/gx/GXDraw.cpp

16 lines
297 B
C++

#include "gx.hpp"
extern "C" {
// 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
}