mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2025-02-18 12:48:24 +00:00
8 lines
No EOL
261 B
C++
Executable file
8 lines
No EOL
261 B
C++
Executable file
namespace netInstStuff {
|
|
void InitializeServerSocket();
|
|
void OnUnwound();
|
|
bool OnDestinationSelected(int ourStorage);
|
|
bool OnNSPSelected(std::string ourUrl, int ourStorage);
|
|
std::vector<std::string> OnSelected();
|
|
bool installNspLan ();
|
|
} |