diff options
Diffstat (limited to 'src/resources/map/maplayer.h')
-rw-r--r-- | src/resources/map/maplayer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/map/maplayer.h b/src/resources/map/maplayer.h index 2bdd8d43c..2ddbb6aca 100644 --- a/src/resources/map/maplayer.h +++ b/src/resources/map/maplayer.h @@ -173,6 +173,9 @@ class MapLayer final: public MemoryCounter, public ConfigListener const int width, const int height) restrict A_NONNULL(2); + void updateCache(const int width, + const int height) restrict; + private: const int mX; const int mY; |