mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-04-09 03:51:27 +02:00
13 lines
139 B
C
13 lines
139 B
C
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
#ifndef GC_H_
|
|
#define GC_H_
|
|
void set_video_mode(int i);
|
|
#endif //GC_H_
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |