#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