Loading [MathJax]/extensions/MathZoom.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
__perf.h
Go to the documentation of this file.
1#ifndef _DOLPHIN_PERF_INTERNAL_H_
2#define _DOLPHIN_PERF_INTERNAL_H_
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8void __PERFDrawInit(void (*id)());
9
10#ifdef __cplusplus
11}
12#endif
13
14#endif // _DOLPHIN_PERF_INTERNAL_H_
void __PERFDrawInit(void(*id)())
Definition perfdraw.c:120