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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cge2/fileio.h b/engines/cge2/fileio.h
index 83a14560ad..6bf59424ef 100644
--- a/engines/cge2/fileio.h
+++ b/engines/cge2/fileio.h
@@ -125,6 +125,7 @@ public:
unsigned readUint16BE();
signed readSint16BE();
signed readSint16LE();
+ signed readUint16LE();
Common::String readLine();
int getLineCount() { return _lineCount; }