Files
ac-decomp/include/dolphin/gx/GXDraw.h
T
2023-08-28 21:01:23 -04:00

17 lines
210 B
C

#ifndef _DOLPHIN_GXDRAW
#define _DOLPHIN_GXDRAW
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
void GXDrawSphere(u8 numMajor, u8 numMinor);
#ifdef __cplusplus
}
#endif
#endif // _DOLPHIN_GXDRAW