aurora/include/dolphin/vifuncs.h
2022-07-27 11:25:25 -04:00

17 lines
184 B
C

#ifndef DOLPHIN_VIFUNCS_H
#define DOLPHIN_VIFUNCS_H
#include <dolphin/types.h>
#ifdef __cplusplus
extern "C" {
#endif
u32 VIGetNextField(void);
#ifdef __cplusplus
}
#endif
#endif