Files
tp/include/SSystem/SComponent/c_API_graphic.h
T

10 lines
173 B
C
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef C_API_GRAPHIC_H
#define C_API_GRAPHIC_H
2021-04-01 00:15:05 +02:00
void cAPIGph_Painter(void);
void cAPIGph_BeforeOfDraw(void);
void cAPIGph_AfterOfDraw(void);
2021-03-28 22:49:05 +02:00
#endif /* C_API_GRAPHIC_H */