#ifndef C_API_GRAPHIC_H
#define C_API_GRAPHIC_H
#include "dolphin/types.h"
void cAPIGph_Painter(void);
void cAPIGph_BeforeOfDraw(void);
void cAPIGph_AfterOfDraw(void);
#endif /* C_API_GRAPHIC_H */