From 9cbed926cdab8a450c6000b750b3f16c5a24d583 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 15 Mar 2009 20:30:57 +0000 Subject: Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the SCI engine svn-id: r39428 --- engines/tinsel/tinsel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/tinsel/tinsel.cpp') diff --git a/engines/tinsel/tinsel.cpp b/engines/tinsel/tinsel.cpp index 9562d57bc2..8fe0446932 100644 --- a/engines/tinsel/tinsel.cpp +++ b/engines/tinsel/tinsel.cpp @@ -30,6 +30,7 @@ #include "common/file.h" #include "common/savefile.h" #include "common/config-manager.h" +#include "common/serializer.h" #include "common/stream.h" #include "graphics/cursorman.h" @@ -60,7 +61,6 @@ #include "tinsel/polygons.h" #include "tinsel/savescn.h" #include "tinsel/scn.h" -#include "tinsel/serializer.h" #include "tinsel/sound.h" #include "tinsel/strres.h" #include "tinsel/sysvar.h" @@ -614,7 +614,7 @@ void UnSuspendHook(void) { bCuttingScene = false; } -void syncSCdata(Serializer &s) { +void syncSCdata(Common::Serializer &s) { s.syncAsUint32LE(HookScene.scene); s.syncAsSint32LE(HookScene.entry); s.syncAsSint32LE(HookScene.trans); -- cgit v1.2.3