mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-21 20:27:45 +00:00
Now Astra can bootstrap a new FFXIV it can't find an existing one. It doesn't even run the installer, but instead extracts the files from the installer on the fly using unshield. libxiv is now included to handle this task.
8 lines
No EOL
194 B
C++
8 lines
No EOL
194 B
C++
#pragma once
|
|
|
|
#include <QString>
|
|
|
|
class LauncherCore;
|
|
|
|
// TODO: convert to a nice signal/slots class like assetupdater
|
|
void installGame(LauncherCore& launcher, std::function<void()> returnFunc); |