aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/fileio.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/fileio.h')
-rw-r--r--engines/cge2/fileio.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/cge2/fileio.h b/engines/cge2/fileio.h
index a35b014311..ab5de22d07 100644
--- a/engines/cge2/fileio.h
+++ b/engines/cge2/fileio.h
@@ -121,8 +121,9 @@ public:
int32 pos();
int32 size();
uint32 read(byte *dataPtr, uint32 dataSize);
- unsigned readUnsigned();
- signed readSigned();
+ unsigned readUint16BE();
+ signed readSint16BE();
+ signed readSint16LE();
Common::String readLine();
int getLineCount() { return _lineCount; }