aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/map-loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/map-loader.h')
-rw-r--r--engines/hdb/map-loader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/map-loader.h b/engines/hdb/map-loader.h
index 4b0317e810..cdae918f37 100644
--- a/engines/hdb/map-loader.h
+++ b/engines/hdb/map-loader.h
@@ -58,6 +58,8 @@ public:
int loadTiles();
bool load(Common::SeekableReadStream *stream);
void draw();
+ void getMapXY(int *x, int *y);
+ void setMapXY(int x, int y);
int _mapX, _mapY; // Coordinates of Map
int _mapTileX, _mapTileY; // Tile Coordinates of Map