summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h
index ac9cd5232..e14b3c18d 100644
--- a/src/map.h
+++ b/src/map.h
@@ -231,6 +231,8 @@ class Map final : public Properties, public ConfigListener
void setWalk(const int x, const int y, const bool walkable);
+ unsigned char getBlockMask(const int x, const int y);
+
/**
* Returns the width of this map in tiles.
*/