summaryrefslogtreecommitdiff
path: root/src/resources/map/maplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/map/maplayer.h')
-rw-r--r--src/resources/map/maplayer.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/resources/map/maplayer.h b/src/resources/map/maplayer.h
index 10be2d3aa..b80be7445 100644
--- a/src/resources/map/maplayer.h
+++ b/src/resources/map/maplayer.h
@@ -192,6 +192,13 @@ class MapLayer final: public MemoryCounter, public ConfigListener
void updateCache(const int width,
const int height) restrict;
+ void drawSpecialLayer(Graphics *const graphics,
+ const int y,
+ const int startX,
+ const int endX,
+ const int scrollX,
+ const int scrollY) const restrict;
+
private:
const int mX;
const int mY;