aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/map.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-07 19:18:14 -0400
committerPaul Gilbert2015-06-07 19:18:14 -0400
commitaf2a1a33514ae101d1df52e6a978296ed0bef68b (patch)
treeda8cd807e375ad6b8d20d374ccfc685f3e3805c7 /engines/sherlock/map.h
parent19448b2fdb172a6fd85b0ffad727116dea19d5d5 (diff)
downloadscummvm-rg350-af2a1a33514ae101d1df52e6a978296ed0bef68b.tar.gz
scummvm-rg350-af2a1a33514ae101d1df52e6a978296ed0bef68b.tar.bz2
scummvm-rg350-af2a1a33514ae101d1df52e6a978296ed0bef68b.zip
SHERLOCK: Refactoring, cleanup, and fixes for savegame code
Diffstat (limited to 'engines/sherlock/map.h')
-rw-r--r--engines/sherlock/map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/map.h b/engines/sherlock/map.h
index e0c7d038c4..2f789d284a 100644
--- a/engines/sherlock/map.h
+++ b/engines/sherlock/map.h
@@ -26,11 +26,11 @@
#include "common/scummsys.h"
#include "common/array.h"
#include "common/rect.h"
-#include "common/serializer.h"
#include "common/str.h"
#include "common/str-array.h"
#include "sherlock/surface.h"
#include "sherlock/objects.h"
+#include "sherlock/saveload.h"
namespace Sherlock {
@@ -172,7 +172,7 @@ public:
/**
* Synchronize the data for a savegame
*/
- void synchronize(Common::Serializer &s);
+ void synchronize(Serializer &s);
};
} // End of namespace Sherlock