NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
vi3in1.h
1#ifndef RVL_SDK_VI_VI3IN1_H
2#define RVL_SDK_VI_VI3IN1_H
3#include <types.h>
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8void __VISetRGBModeImm(void);
9
10void __VISetRevolutionModeSimple(void);
11
12#ifdef __cplusplus
13}
14#endif
15#endif