mirror of
https://github.com/encounter/aurora.git
synced 2025-07-28 07:55:39 +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
|