mirror of
https://github.com/encounter/ww.git
synced 2026-03-30 11:42:38 -07:00
9 lines
172 B
C
9 lines
172 B
C
#ifndef C_API_GRAPHIC_H
|
|
#define C_API_GRAPHIC_H
|
|
|
|
void cAPIGph_Painter(void);
|
|
void cAPIGph_BeforeOfDraw(void);
|
|
void cAPIGph_AfterOfDraw(void);
|
|
|
|
#endif /* C_API_GRAPHIC_H */
|