WiiFlow_Lite/source/loader/alt_ios.h
2012-01-21 20:57:41 +00:00

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