mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 23:25:09 +01:00
11 lines
218 B
C++
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); |