mirror of https://github.com/PrimeDecomp/prime.git
17 lines
229 B
C
17 lines
229 B
C
|
#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
|