From de51abd18f3cd9cd486837da69264b841d6cfff6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 21 Feb 2013 00:54:47 +0300 Subject: Improve physfs calls to get dir separator. --- src/utils/physfstools.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/utils/physfstools.h') 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 -- cgit v1.2.3-70-g09d2