mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
11 lines
200 B
C
11 lines
200 B
C
#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 */
|