diff options
Diffstat (limited to 'engines/hdb/map-loader.h')
-rw-r--r-- | engines/hdb/map-loader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/map-loader.h b/engines/hdb/map-loader.h index 69c82a8ee5..f94c2a77a2 100644 --- a/engines/hdb/map-loader.h +++ b/engines/hdb/map-loader.h @@ -101,6 +101,8 @@ public: void getMapXY(int *x, int *y); void setMapXY(int x, int y); void centerMapXY(int x, int y); + bool checkEntOnScreen(AIEntity *); + bool checkXYOnScreen(int x, int y); // Check if one of the tiles in a range exists in the map on either layer bool checkOneTileExistInRange(int tileIndex, int count); |