aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/map.h')
-rw-r--r--engines/sherlock/map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sherlock/map.h b/engines/sherlock/map.h
index 2c8c02325b..ab70b0885f 100644
--- a/engines/sherlock/map.h
+++ b/engines/sherlock/map.h
@@ -48,7 +48,10 @@ class MapPaths {
private:
int _numLocations;
Common::Array< Common::Array<byte> > _paths;
+
public:
+ MapPaths();
+
/**
* Load the data for the paths between locations on the map
*/