summaryrefslogtreecommitdiff
path: root/src/utils/physfstools.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-18 21:51:16 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-18 21:51:16 +0300
commit266773f838c6c0c6f857a7a7fbcbbe8d6333f03b (patch)
tree5d9b5a74d0faf7c6fc1b253593cc856de11bbb3c /src/utils/physfstools.h
parent07fa80d2c125df1cb716e9535e15aa7cc03761fb (diff)
downloadManaVerse-266773f838c6c0c6f857a7a7fbcbbe8d6333f03b.tar.gz
ManaVerse-266773f838c6c0c6f857a7a7fbcbbe8d6333f03b.tar.bz2
ManaVerse-266773f838c6c0c6f857a7a7fbcbbe8d6333f03b.tar.xz
ManaVerse-266773f838c6c0c6f857a7a7fbcbbe8d6333f03b.zip
Replace left direct physfs functions calls into physfs namespace functions.
Diffstat (limited to 'src/utils/physfstools.h')
-rw-r--r--src/utils/physfstools.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/physfstools.h b/src/utils/physfstools.h
index e524dad64..dd91f18b1 100644
--- a/src/utils/physfstools.h
+++ b/src/utils/physfstools.h
@@ -45,6 +45,8 @@ namespace PhysFs
bool mkdir(const char *const dirName);
void *loadFile(const std::string &fileName, int &fileSize);
bool deinit();
+ void permitLinks(const bool val);
+ const char *getLastError();
} // namespace PhysFs
extern const char *dirSeparator;