mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-25 15:05:09 -04:00
17 lines
210 B
C
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
|