blob: de967fe3bd65613c2854ee5af28fac62d625b601 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/* 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]();
}
|