Awoo-Installer/include/netInstall.hpp
2019-10-18 15:01:51 -04:00

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 ();
}