diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-04 18:25:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-04 18:25:48 +0300 |
commit | 9fefb2942865846ccb7dbdac4ebd4515b8c851a2 (patch) | |
tree | c3e805eb002d03c286de2a3fe37f450f6279f82c /src/utils/physfstools.h | |
parent | 76ad2d74012c408788473c3b495076c96666b27c (diff) | |
download | mv-9fefb2942865846ccb7dbdac4ebd4515b8c851a2.tar.gz mv-9fefb2942865846ccb7dbdac4ebd4515b8c851a2.tar.bz2 mv-9fefb2942865846ccb7dbdac4ebd4515b8c851a2.tar.xz mv-9fefb2942865846ccb7dbdac4ebd4515b8c851a2.zip |
Add physfs deinit function for unit tests. But not using it for now.
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; |