1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-21 20:27:45 +00:00
astra/launcher/core/include/dxvkinstaller.h

10 lines
No EOL
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);