From 266773f838c6c0c6f857a7a7fbcbbe8d6333f03b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 Jan 2017 21:51:16 +0300 Subject: Replace left direct physfs functions calls into physfs namespace functions. --- src/utils/physfstools.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils/physfstools.h') 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; -- cgit v1.2.3-70-g09d2