1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-22 20:47:45 +00:00
astra/include/gameinstaller.h

8 lines
194 B
C
Raw Normal View History

#pragma once
#include <QString>
class LauncherCore;
// TODO: convert to a nice signal/slots class like assetupdater
void installGame(LauncherCore& launcher, std::function<void()> returnFunc);