mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2025-02-17 04:08:23 +00:00
14 lines
No EOL
364 B
C++
Executable file
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);
|
|
} |