Christopher Roy Bratusek f445948857 imported rev0
2012-04-07 19:35:07 +02:00

11 lines
218 B
C++

#include <string>
bool listIOS();
int nextIos();
int previousIos();
int SelectedIOS();
int SearchAppIOS(std::string foldername);
int GetAppIOS(std::string foldername);
int get_bootmii();
void set_bootmii(int choice);