From 55e4eb8d15e1cb9966963bdd5bf326db587e98fb Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Wed, 30 Jul 2008 16:06:46 +0000 Subject: Fixed Win32 build, after Fingolfin's commits (probably because of the revert in revision 33456). svn-id: r33458 --- common/system.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common/system.h') diff --git a/common/system.h b/common/system.h index b895a5cfba..6e432a4e5c 100644 --- a/common/system.h +++ b/common/system.h @@ -44,6 +44,8 @@ namespace Common { class EventManager; class SaveFileManager; class TimerManager; + class SeekableReadStream; + class WriteStream; } class FilesystemFactory; @@ -916,6 +918,10 @@ public: return ""; } //@} + + + Common::SeekableReadStream *openConfigFileForReading(); + Common::WriteStream *openConfigFileForWriting(); }; -- cgit v1.2.3