summaryrefslogtreecommitdiff
path: root/include/dolphin/gx/GXDraw.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dolphin/gx/GXDraw.h')
-rw-r--r--include/dolphin/gx/GXDraw.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/dolphin/gx/GXDraw.h b/include/dolphin/gx/GXDraw.h
new file mode 100644
index 0000000..3901ebf
--- /dev/null
+++ b/include/dolphin/gx/GXDraw.h
@@ -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