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

10 lines
231 B
C
Raw Normal View History

2022-04-14 19:35:11 -04:00
#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);