diff options
Diffstat (limited to 'engines/avalanche/parser.h')
-rw-r--r-- | engines/avalanche/parser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/avalanche/parser.h b/engines/avalanche/parser.h index 13734136a5..8f49a48e74 100644 --- a/engines/avalanche/parser.h +++ b/engines/avalanche/parser.h @@ -31,6 +31,8 @@ #include "common/events.h" #include "common/scummsys.h" #include "common/str.h" +#include "common/serializer.h" + namespace Avalanche { class AvalancheEngine; @@ -102,6 +104,8 @@ public: void tryDropdown(); // This asks the parsekey proc in Dropdown if it knows it. int16 getPos(const Common::String &crit, const Common::String &src); // Returns the index of the first appearance of crit in src. + void synchronize(Common::Serializer &sz); + private: AvalancheEngine *_vm; |