Awoo-Installer/include/nspInstall.hpp

14 lines
No EOL
364 B
C++
Executable file

#pragma once
namespace inst::ui {
void setTopInstInfoText(std::string ourText);
void setInstInfoText(std::string ourText);
void setInstBarPerc(double ourPercent);
void hideInstBar(bool hidden);
void loadMainMenu();
void loadInstallScreen();
}
namespace nspInstStuff {
void installNspFromFile(std::string ourNsp, int whereToInstall);
}