aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/file.h')
-rw-r--r--engines/pink/file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/pink/file.h b/engines/pink/file.h
index 094a332dd3..d124eb205d 100644
--- a/engines/pink/file.h
+++ b/engines/pink/file.h
@@ -61,12 +61,14 @@ public:
void loadObject(Object *obj, ObjectDescription *objDesc);
ObjectDescription *getObjDesc(const char *name);
+
ResourceDescription *getResDescTable(ObjectDescription *objDesc);
uint32 getTimestamp();
private:
void seekToObject(const char *name);
+
ObjectDescription *_table;
uint32 _timestamp;
uint32 _tableOffset;