1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef _DOLPHIN_VITYPES #define _DOLPHIN_VITYPES #include <dolphin/types.h> #ifdef __cplusplus extern "C" { #endif typedef void (*VIRetraceCallback)(u32 retraceCount); #ifdef __cplusplus } #endif #endif // _DOLPHIN_VITYPES