mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 17:15:06 +01:00
19 lines
201 B
C
19 lines
201 B
C
|
#ifndef _ALT_IOS_H_
|
||
|
#define _ALT_IOS_H_
|
||
|
|
||
|
#include <ogcsys.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
bool loadIOS(int ios, bool launch_game);
|
||
|
|
||
|
extern int mainIOS;
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|