From d6f1ba1540d60d374121244565a08a9c77670e5b Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Mon, 29 May 2006 18:24:52 +0000 Subject: - 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 --- engines/gob/dataio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/gob/dataio.h') 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); -- cgit v1.2.3