aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h3
1 files changed, 3 insertions, 0 deletions
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 {