aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/dataio.h
diff options
context:
space:
mode:
authorSven Hesse2006-05-29 18:24:52 +0000
committerSven Hesse2006-05-29 18:24:52 +0000
commitd6f1ba1540d60d374121244565a08a9c77670e5b (patch)
tree26ca285e2690fcdd78f4870d8ff1a07fa8dd9367 /engines/gob/dataio.h
parente1844e485f19d5abb260b5eb821f9ce38658b2ad (diff)
downloadscummvm-rg350-d6f1ba1540d60d374121244565a08a9c77670e5b.tar.gz
scummvm-rg350-d6f1ba1540d60d374121244565a08a9c77670e5b.tar.bz2
scummvm-rg350-d6f1ba1540d60d374121244565a08a9c77670e5b.zip
- More GOB2 map conversions
- Added Music_Dummy (for --music-driver=null) - Implemented IMDs. That took longer than I expected... On the bright side, Ween's intro now plays more correctly svn-id: r22754
Diffstat (limited to 'engines/gob/dataio.h')
-rw-r--r--engines/gob/dataio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/dataio.h b/engines/gob/dataio.h
index 9b28adfd10..a2b27e98c4 100644
--- a/engines/gob/dataio.h
+++ b/engines/gob/dataio.h
@@ -55,6 +55,7 @@ public:
int16 openData(const char *path, Common::File::AccessMode mode = Common::File::kFileReadMode);
int32 readData(int16 handle, char *buf, int16 size);
void seekData(int16 handle, int32 pos, int16 from);
+ int32 getPos(int16 handle);
int32 getDataSize(const char *name);
char *getData(const char *path);
char *getSmallData(const char *path);