mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-16 03:11:19 +00:00
17 lines
201 B
C
17 lines
201 B
C
#ifndef DOLPHIN_GXDRAW_H
|
|
#define DOLPHIN_GXDRAW_H
|
|
|
|
#include <dolphin/types.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void GXDrawSphere(u8 numMajor, u8 numMinor);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|