mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 20:47:45 +00:00
8 lines
194 B
C
8 lines
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);
|