aboutsummaryrefslogtreecommitdiff
path: root/src/wine.h
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2020-07-31 17:26:09 +0200
committerJan200101 <sentrycraft123@gmail.com>2020-07-31 17:26:09 +0200
commit1db300d8815b5f997dd6f992e4ca416537018c2f (patch)
tree77cf0330be07b8553bc46f53f0e302a9cb81d561 /src/wine.h
parentaabfdfe3fcbcf718b30872c98568581d7e7e6cca (diff)
downloadpolecat-1db300d8815b5f997dd6f992e4ca416537018c2f.tar.gz
polecat-1db300d8815b5f997dd6f992e4ca416537018c2f.zip
implement running wine from polecat and more0.1.2
- implement running wine from polecat directly and pass all arguments to wine (default wine prefix is still $HOME/.wine) - add command to list installed wine versions (lists all directories, needs to be improved) - rename wine install to wine download - replace deprecated support_compression_all with support_filter_all - comment out DXVK command until its further implemented - use PATH_MAX for strings holding paths
Diffstat (limited to 'src/wine.h')
-rw-r--r--src/wine.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wine.h b/src/wine.h
index 872a17e..47da0f2 100644
--- a/src/wine.h
+++ b/src/wine.h
@@ -2,8 +2,10 @@
#define WINE_H
int wine(int, char**);
-int wine_install(int, char**);
+int wine_download(int, char**);
int wine_list(int, char**);
+int wine_run(int, char**);
+int wine_installed(int, char**);
int wine_help(int, char**);
#endif \ No newline at end of file