From 918d79f10494ba815d3e2a4ee69f3092486d4be4 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 11 Sep 2011 22:07:22 +0200 Subject: CGE: Remove some more uses of VFile. Fix a shadowed variable --- engines/cge/fileio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/cge/fileio.h') diff --git a/engines/cge/fileio.h b/engines/cge/fileio.h index 1f0756a276..f6f0a98d54 100644 --- a/engines/cge/fileio.h +++ b/engines/cge/fileio.h @@ -156,6 +156,8 @@ public: ~EncryptedStream(); bool err(); bool eos(); + bool seek(int32 offset); + int32 size(); uint32 read(void *dataPtr, uint32 dataSize); Common::String readLine(); }; -- cgit v1.2.3