mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-23 14:41:33 -04:00
f9380b3e05
* 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 */
|