aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/fileio.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/fileio.h')
-rw-r--r--engines/cge/fileio.h2
1 files changed, 2 insertions, 0 deletions
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();
};