From 4588d4cc97aafad974651a50cb8d58d7123dde54 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sun, 30 Jan 2011 00:03:12 +0000 Subject: GOB: Add Inter_Playtoons::readSprite() svn-id: r55646 --- engines/gob/inter.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/gob/inter.h') diff --git a/engines/gob/inter.h b/engines/gob/inter.h index 2dd1a22c1e..93fcd1e5ca 100644 --- a/engines/gob/inter.h +++ b/engines/gob/inter.h @@ -585,6 +585,9 @@ protected: void oPlaytoons_openItk(); Common::String getFile(const char *path); + +private: + bool readSprite(const Common::String &file, int32 dataVar, int32 size, int32 offset); }; class Inter_v7 : public Inter_Playtoons { -- cgit v1.2.3