summaryrefslogtreecommitdiff
path: root/include/dolphin/vitypes.h
blob: f4e29305ed1aa8f875886d75454e4e9ca6c6aa9c (plain)
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