#ifndef C_API_GRAPHIC_H_ #define C_API_GRAPHIC_H_ #include "global.h" void cAPIGph_Painter(void); void cAPIGph_BeforeOfDraw(void); void cAPIGph_AfterOfDraw(void); #endif