mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 12:47:44 +00:00
10 lines
231 B
C
10 lines
231 B
C
|
#pragma once
|
||
|
|
||
|
#include <QString>
|
||
|
#include <functional>
|
||
|
|
||
|
class LauncherCore;
|
||
|
class ProfileSettings;
|
||
|
|
||
|
// TODO: convert to a nice signal/slots class like assetupdater
|
||
|
void installDXVK(LauncherCore& launcher, ProfileSettings& profile);
|