diff options
Diffstat (limited to 'src/utils/physfstools.h')
-rw-r--r-- | src/utils/physfstools.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/physfstools.h b/src/utils/physfstools.h index 7bfe6b14d..0ad59e283 100644 --- a/src/utils/physfstools.h +++ b/src/utils/physfstools.h @@ -41,8 +41,8 @@ namespace PhysFs bool removeFromSearchPath(const char *oldDir); const char *getRealDir(const char *filename); bool mkdir(const char *dirName); -} +} // namespace PhysFs extern const char *dirSeparator; -#endif // UTILS_PHYSFS_H +#endif // UTILS_PHYSFS_H |