mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07:00
7fd7d0c1f3
* d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing
10 lines
173 B
C
10 lines
173 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 */
|