From 2260f6bf4feb62929e32a1bea9cd3f403aa034b1 Mon Sep 17 00:00:00 2001 From: Krzysztof Dermont Date: Fri, 20 Jun 2014 23:41:38 +0200 Subject: Big part of PhysFS support * removed -mod argument * removed -datadir argument * removed -lang argument * removed some dead ui code * added resource manager and file loaders (stream and SDL) * changed interface textures location to match new directory structure * removed CGameData for mod support * added PhysFS support --- src/app/system_windows.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/app/system_windows.h') diff --git a/src/app/system_windows.h b/src/app/system_windows.h index fbc71a1..0a41c1a 100644 --- a/src/app/system_windows.h +++ b/src/app/system_windows.h @@ -45,7 +45,6 @@ public: virtual long long TimeStampExactDiff(SystemTimeStamp *before, SystemTimeStamp *after) override; virtual std::string GetProfileFileLocation() override; - virtual std::string GetSavegameDirectoryLocation() override; private: std::string UTF8_Encode(const std::wstring &wstr); -- cgit v1.2.3-1-g7c22