aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/simple_file.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-16 19:59:09 -0400
committerPaul Gilbert2016-07-15 19:12:22 -0400
commit3878f38d8c76f2289be1f53bbecf9cda95e43067 (patch)
tree617919580f0d7ca54ccb6644ebe4c3d294906e58 /engines/titanic/support/simple_file.h
parente16239e21fb1893e700f1a11bbc251d9915c03a7 (diff)
downloadscummvm-rg350-3878f38d8c76f2289be1f53bbecf9cda95e43067.tar.gz
scummvm-rg350-3878f38d8c76f2289be1f53bbecf9cda95e43067.tar.bz2
scummvm-rg350-3878f38d8c76f2289be1f53bbecf9cda95e43067.zip
TITANIC: Move replacement string arrays into TTparser, added NUMBERS array
Diffstat (limited to 'engines/titanic/support/simple_file.h')
-rw-r--r--engines/titanic/support/simple_file.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/support/simple_file.h b/engines/titanic/support/simple_file.h
index cf89e5d72c..bca96a631a 100644
--- a/engines/titanic/support/simple_file.h
+++ b/engines/titanic/support/simple_file.h
@@ -269,6 +269,11 @@ public:
Common::SeekableReadStream *readStream() const { return _inStream; }
};
+/**
+ * General purpose support method for reading an ASCIIZ string from a stream
+ */
+CString readStringFromStream(Common::SeekableReadStream *s);
+
} // End of namespace Titanic
#endif /* TITANIC_SIMPLE_FILE_H */