summaryrefslogtreecommitdiff
path: root/src/SSystem/SComponent/c_API_graphic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SSystem/SComponent/c_API_graphic.cpp')
-rw-r--r--src/SSystem/SComponent/c_API_graphic.cpp23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/SSystem/SComponent/c_API_graphic.cpp b/src/SSystem/SComponent/c_API_graphic.cpp
new file mode 100644
index 00000000..ff559be3
--- /dev/null
+++ b/src/SSystem/SComponent/c_API_graphic.cpp
@@ -0,0 +1,23 @@
+//
+// Generated by dtk
+// Translation Unit: c_API_graphic.cpp
+//
+
+#include "SSystem/SComponent/c_API_graphic.h"
+#include "SSystem/SComponent/c_API.h"
+#include "dolphin/types.h"
+
+/* 8024135C-8024138C .text cAPIGph_Painter__Fv */
+void cAPIGph_Painter(void) {
+ g_cAPI_Interface.mpPainter();
+}
+
+/* 8024138C-802413BC .text cAPIGph_BeforeOfDraw__Fv */
+void cAPIGph_BeforeOfDraw(void) {
+ g_cAPI_Interface.mpBeforeOfDraw();
+}
+
+/* 802413BC-802413EC .text cAPIGph_AfterOfDraw__Fv */
+void cAPIGph_AfterOfDraw(void) {
+ g_cAPI_Interface.mpAfterOfDraw();
+}