mirror of
https://github.com/zeldaret/ss
synced 2026-09-02 17:53:15 -04:00
16 lines
223 B
C
16 lines
223 B
C
#ifndef RVL_SDK_VI_VI3IN1_H
|
|
#define RVL_SDK_VI_VI3IN1_H
|
|
#include <common.h>
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void __VISetRGBModeImm(void);
|
|
|
|
void __VISetRevolutionModeSimple(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|