summaryrefslogtreecommitdiffhomepage
path: root/proto-wine/proton.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-10-02 21:53:58 +0000
committerGitHub <noreply@github.com>2024-10-02 21:53:58 +0000
commit8445296e453aad19781c955e612435c2da3e91cb (patch)
tree9c2ddc4a2a784d5fae9b87ee000d33ac4919a4a9 /proto-wine/proton.h
parent04bed1c5dd5bf658edff5cf18d9c5aef3f2af1d1 (diff)
parent4dd97af0f139f3ddc8f34a24ee961a1046015d3f (diff)
Merge pull request #1932 from Priton-CE/wine-extended-proton
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