WiiFlow_Lite/source/loader/alt_ios.h

17 lines
181 B
C
Raw Normal View History

2012-01-21 21:57:41 +01:00
#ifndef _ALT_IOS_H_
#define _ALT_IOS_H_
#include <ogcsys.h>
#ifdef __cplusplus
extern "C" {
#endif
bool loadIOS(int ios, bool MountDevices);
2012-01-21 21:57:41 +01:00
#ifdef __cplusplus
}
#endif
#endif