diff options
Diffstat (limited to 'engines/mads/user_interface.h')
-rw-r--r-- | engines/mads/user_interface.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/mads/user_interface.h b/engines/mads/user_interface.h index 9948278a55..04a8d090dd 100644 --- a/engines/mads/user_interface.h +++ b/engines/mads/user_interface.h @@ -128,6 +128,12 @@ public: * Starts the conversation */ void start(); + + /** + * Synchronize the conversation + */ + void synchronize(Common::Serializer &s) { warning("TODO: Synchronize Conversation"); }; + }; class UserInterface : public MSurface { |