UpdaterCommon: Move most of the programs here

This commit is contained in:
spycrab
2019-03-03 13:56:54 +01:00
parent 2a3c075330
commit 19bf2c166d
10 changed files with 337 additions and 458 deletions

View File

@ -6,11 +6,11 @@
#include <string>
#include "Common/CommonTypes.h"
namespace UI
{
void MessageLoop();
void Error(const std::string& text);
void Stop();
void SetDescription(const std::string& text);
@ -23,4 +23,11 @@ void ResetCurrentProgress();
void SetCurrentProgress(int current, int total);
void SetVisible(bool visible);
void Stop();
void Init();
void Sleep(int seconds);
void WaitForPID(u32 pid);
void LaunchApplication(std::string path);
} // namespace UI