mirror of
https://github.com/encounter/aurora.git
synced 2025-07-04 12:15:59 +00:00
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
|