Import SDK Types
This commit is contained in:
parent
84b3e69630
commit
4fe4c38e0d
86 changed files with 6528 additions and 27 deletions
16
include/dolphin/gx/GXDraw.h
Normal file
16
include/dolphin/gx/GXDraw.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef _DOLPHIN_GXDRAW
|
||||
#define _DOLPHIN_GXDRAW
|
||||
|
||||
#include <dolphin/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void GXDrawSphere(u8 numMajor, u8 numMinor);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // _DOLPHIN_GXDRAW
|
||||
Loading…
Add table
Add a link
Reference in a new issue