diff options
Diffstat (limited to 'src/utils/physfstools.h')
-rw-r--r-- | src/utils/physfstools.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/physfstools.h b/src/utils/physfstools.h index 9caed5b55..e524dad64 100644 --- a/src/utils/physfstools.h +++ b/src/utils/physfstools.h @@ -44,6 +44,7 @@ namespace PhysFs const char *getRealDir(const char *const filename); bool mkdir(const char *const dirName); void *loadFile(const std::string &fileName, int &fileSize); + bool deinit(); } // namespace PhysFs extern const char *dirSeparator; |