mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-31 20:15:34 +00:00
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
|