From 7168242832e8bd71e0e2a2617f6e8e6e56e6cd8e Mon Sep 17 00:00:00 2001 From: whiterandrek Date: Tue, 27 Mar 2018 19:20:09 +0300 Subject: PINK: small fixes and implemented skipping of sequence by buttons --- engines/pink/file.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'engines/pink/file.h') diff --git a/engines/pink/file.h b/engines/pink/file.h index 36a6af2026..ddaba37292 100644 --- a/engines/pink/file.h +++ b/engines/pink/file.h @@ -44,17 +44,17 @@ struct ResourceDescription { uint32 offset; uint32 size; bool inBro; // in original it is short. - // Don't know what's better to use.(Perhaps no diffrence because of padding) + // Don't know what's better to use.(Perhaps no difference because of padding) }; class PinkEngine; + class Object; class OrbFile : public Common::File { public: OrbFile(); virtual ~OrbFile(); - virtual bool open(const Common::String &name); void loadGame(PinkEngine *game); @@ -67,7 +67,7 @@ public: uint32 getTimestamp(); private: - void seekToObject(const char * name); + void seekToObject(const char *name); uint32 _timestamp; uint32 _tableOffset; @@ -77,9 +77,6 @@ private: class BroFile : public Common::File { public: - BroFile() = default; - virtual ~BroFile() = default; - virtual bool open(Common::String &name, uint32 orbTimestamp); }; -- cgit v1.2.3