mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-16 12:45:20 -04:00
adb95b135c
Original repository: https://github.com/encounter/ww
24 lines
570 B
C++
24 lines
570 B
C++
//
|
|
// 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();
|
|
}
|