mirror of https://github.com/PrimeDecomp/prime.git
17 lines
184 B
C
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
|