diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-21 00:54:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-21 01:19:46 +0300 |
commit | de51abd18f3cd9cd486837da69264b841d6cfff6 (patch) | |
tree | 0e3bd3244046c7ea88ad726e6219d7dd033e7bbc /src/utils/physfstools.h | |
parent | ad465929229a928d418c68b7786c18f95f170eba (diff) | |
download | plus-de51abd18f3cd9cd486837da69264b841d6cfff6.tar.gz plus-de51abd18f3cd9cd486837da69264b841d6cfff6.tar.bz2 plus-de51abd18f3cd9cd486837da69264b841d6cfff6.tar.xz plus-de51abd18f3cd9cd486837da69264b841d6cfff6.zip |
Improve physfs calls to get dir separator.
Diffstat (limited to 'src/utils/physfstools.h')
-rw-r--r-- | src/utils/physfstools.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/physfstools.h b/src/utils/physfstools.h index f917a0841..7bfe6b14d 100644 --- a/src/utils/physfstools.h +++ b/src/utils/physfstools.h @@ -25,6 +25,7 @@ namespace PhysFs { + void updateDirSeparator(); const char *getDirSeparator(); const char *getBaseDir(); const char *getUserDir(); @@ -42,4 +43,6 @@ namespace PhysFs bool mkdir(const char *dirName); } +extern const char *dirSeparator; + #endif // UTILS_PHYSFS_H |