Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
c_API_graphic.h
Go to the documentation of this file.
1#ifndef C_API_GRAPHIC_H
2#define C_API_GRAPHIC_H
3
4
5void cAPIGph_Painter(void);
6void cAPIGph_BeforeOfDraw(void);
7void cAPIGph_AfterOfDraw(void);
8
9#endif /* C_API_GRAPHIC_H */
void cAPIGph_AfterOfDraw(void)
Definition c_API_graphic.cpp:20
void cAPIGph_Painter(void)
Definition c_API_graphic.cpp:10
void cAPIGph_BeforeOfDraw(void)
Definition c_API_graphic.cpp:15