#ifndef DOLPHIN_GXDRAW_H #define DOLPHIN_GXDRAW_H #include #ifdef __cplusplus extern "C" { #endif void GXDrawSphere(u8 numMajor, u8 numMinor); #ifdef __cplusplus } #endif #endif