summaryrefslogtreecommitdiff
path: root/src/utils/physfstools.h
diff options
context:
space:
mode:
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;