summaryrefslogtreecommitdiff
path: root/src/resources/map/speciallayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/map/speciallayer.h')
-rw-r--r--src/resources/map/speciallayer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/resources/map/speciallayer.h b/src/resources/map/speciallayer.h
index 518f23bcf..13a75a9d5 100644
--- a/src/resources/map/speciallayer.h
+++ b/src/resources/map/speciallayer.h
@@ -40,9 +40,10 @@ class SpecialLayer final
~SpecialLayer();
- void draw(Graphics *const graphics, int startX, int startY,
+ void draw(Graphics *const graphics,
+ int startX, int startY,
int endX, int endY,
- const int scrollX, const int scrollY) const;
+ const int scrollX, const int scrollY) const A_NONNULL(2);
MapItem* getTile(const int x, const int y) const A_WARN_UNUSED;