mirror of
https://github.com/encounter/tww.git
synced 2026-03-30 11:41:09 -07:00
adb95b135c
Original repository: https://github.com/encounter/ww
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 */
|