diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2020-12-11 21:27:41 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2020-12-11 21:27:41 +0100 |
commit | 2da479e7a54e367e13e4a1f70987104a22372ebd (patch) | |
tree | edc4c3828ff0dfbf2ef66d6cada8f76270bcdfcc /src/common.h | |
parent | 8dc996f6d89652d71c6c4fff87f7923bbfbb9a34 (diff) | |
download | polecat-2da479e7a54e367e13e4a1f70987104a22372ebd.tar.gz polecat-2da479e7a54e367e13e4a1f70987104a22372ebd.zip |
add remove commands to dxvk and wine
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 3 |
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 |