aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorSven Hesse2011-02-04 15:54:21 +0000
committerSven Hesse2011-02-04 15:54:21 +0000
commit6a99b6f34044594e511dd8223c777e9c1c06d1cd (patch)
treeaf8e2a30bad0d298a8bb7d4a45dbebfd65b395c8 /engines/gob/inter.h
parent209f5bd77e9fa5f9b8d671b0f8a0e9a7e2530a25 (diff)
downloadscummvm-rg350-6a99b6f34044594e511dd8223c777e9c1c06d1cd.tar.gz
scummvm-rg350-6a99b6f34044594e511dd8223c777e9c1c06d1cd.tar.bz2
scummvm-rg350-6a99b6f34044594e511dd8223c777e9c1c06d1cd.zip
GOB: Add Inter::readValue()
svn-id: r55767
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index 6a403ce928..47b1cd4210 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -162,6 +162,8 @@ protected:
void storeString(uint16 index, uint16 type, const char *value);
void storeString(const char *value);
+
+ uint32 readValue(uint16 index, uint16 type);
};
class Inter_v1 : public Inter {