Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
c_API.h
Go to the documentation of this file.
1#ifndef C_API_H
2#define C_API_H
3
4typedef void (*cAPIGph_Mthd)(void);
5
14
16
17#endif /* C_API_H */
void(* cAPIGph_Mthd)(void)
Definition c_API.h:4
cAPI_Interface g_cAPI_Interface
Definition c_API.cpp:17
T cLib_calcTimer(T *value)
Definition c_lib.h:74
Definition c_API.h:6
cAPIGph_Mthd blankingOffMtd
Definition c_API.h:12
cAPIGph_Mthd blankingOnMtd
Definition c_API.h:11
cAPIGph_Mthd createMtd
Definition c_API.h:7
cAPIGph_Mthd beforeOfDrawMtd
Definition c_API.h:8
cAPIGph_Mthd painterMtd
Definition c_API.h:10
cAPIGph_Mthd afterOfDrawMtd
Definition c_API.h:9