prime/include/dolphin/vitypes.h
Luke Street 6b27aee58d Even more DolphinCGraphics
Former-commit-id: dd8dd94f362ee056e045b9823a7127a26c606366
2022-12-01 00:59:03 -05:00

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