mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-17 03:51:19 +00:00
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
|