diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-11-01 20:24:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-11-01 21:33:37 +0300 |
commit | 23b307ad13024134908849b53b756dd6073f8d56 (patch) | |
tree | 29b02c624c07e49a29ed44962282f61de946324d /src/utils/physfstools.h | |
parent | e9ddc70c0202c04535c83753bad2d01a92527b15 (diff) | |
download | plus-23b307ad13024134908849b53b756dd6073f8d56.tar.gz plus-23b307ad13024134908849b53b756dd6073f8d56.tar.bz2 plus-23b307ad13024134908849b53b756dd6073f8d56.tar.xz plus-23b307ad13024134908849b53b756dd6073f8d56.zip |
move physfs initialisation code in physfstools.
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 cb64a981b..fd760f287 100644 --- a/src/utils/physfstools.h +++ b/src/utils/physfstools.h @@ -25,6 +25,7 @@ namespace PhysFs { + void init(const char *const name); void updateDirSeparator(); const char *getDirSeparator(); const char *getBaseDir(); |