summaryrefslogtreecommitdiffhomepage
path: root/proto-wine/proton.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto-wine/proton.h')
-rw-r--r--proto-wine/proton.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/proto-wine/proton.h b/proto-wine/proton.h
new file mode 100644
index 00000000..51539305
--- /dev/null
+++ b/proto-wine/proton.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#include <qchar.h>
+#include <qprocess.h>
+
+std::tuple<QProcessEnvironment, QString, bool> make_steam_environ(const QString& proton_dist_path);
+std::tuple<QString, QString, bool> make_wineprefix(int appid); \ No newline at end of file