mirror of https://github.com/zeldaret/tp.git
24 lines
509 B
C++
24 lines
509 B
C++
|
|
/* c_API_graphic.cpp autogenerated by split.py v0.3 at 2020-12-31 13:52:43.596394 */
|
|
|
|
#include "SComponent/c_API_graphic.h"
|
|
|
|
typedef void (*cAPIGph_Mthd)(void);
|
|
extern cAPIGph_Mthd lbl_803C3528[6];
|
|
|
|
// cAPIGph_Painter__Fv
|
|
void cAPIGph_Painter(void) {
|
|
lbl_803C3528[3]();
|
|
}
|
|
|
|
// cAPIGph_BeforeOfDraw__Fv
|
|
// cAPIGph_BeforeOfDraw(void)
|
|
void cAPIGph_BeforeOfDraw(void) {
|
|
lbl_803C3528[1]();
|
|
}
|
|
|
|
// cAPIGph_AfterOfDraw__Fv
|
|
// cAPIGph_AfterOfDraw(void)
|
|
void cAPIGph_AfterOfDraw(void) {
|
|
lbl_803C3528[2]();
|
|
} |