aboutsummaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2020-12-11 21:27:41 +0100
committerJan200101 <sentrycraft123@gmail.com>2020-12-11 21:27:41 +0100
commit2da479e7a54e367e13e4a1f70987104a22372ebd (patch)
treeedc4c3828ff0dfbf2ef66d6cada8f76270bcdfcc /src/common.h
parent8dc996f6d89652d71c6c4fff87f7923bbfbb9a34 (diff)
downloadpolecat-2da479e7a54e367e13e4a1f70987104a22372ebd.tar.gz
polecat-2da479e7a54e367e13e4a1f70987104a22372ebd.zip
add remove commands to dxvk and wine
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h
index fdd5ac2..f376195 100644
--- a/src/common.h
+++ b/src/common.h
@@ -50,6 +50,7 @@ struct stat getStat(const char* path);
bool isFile(const char*);
bool isDir(const char*);
-void makeDir(const char* path);
+int makeDir(const char* path);
+int removeDir(const char *path);
#endif