From 566ce2ee769e863977d57ba156a281ade5cb9c05 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 18 Feb 2013 01:07:09 +0300 Subject: move most direct calls to physfs to separate file. --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 9351536b9..0266dde21 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -27,13 +27,13 @@ #include #include -#include #include "utils/gettext.h" #ifdef ANDROID #include "utils/mkdir.h" #endif #include "utils/paths.h" +#include "utils/physfstools.h" #include "utils/xml.h" #ifdef UNITTESTS @@ -262,7 +262,7 @@ int main(int argc, char *argv[]) XML::initXML(); #ifdef WIN32 - SetCurrentDirectory(PHYSFS_getBaseDir()); + SetCurrentDirectory(PhysFs::getBaseDir()); #endif Client client(options); if (!options.testMode) -- cgit v1.2.3-60-g2f50