mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-16 23:11:19 +00:00
17 lines
202 B
C
17 lines
202 B
C
#ifndef _DOLPHIN_VIFUNCS
|
|
#define _DOLPHIN_VIFUNCS
|
|
|
|
#include <dolphin/types.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
u32 VIGetNextField(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // _DOLPHIN_VIFUNCS
|