diff options
Diffstat (limited to 'src/resources/map/maplayer.h')
-rw-r--r-- | src/resources/map/maplayer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/map/maplayer.h b/src/resources/map/maplayer.h index 2ddbb6aca..19f213ecc 100644 --- a/src/resources/map/maplayer.h +++ b/src/resources/map/maplayer.h @@ -169,6 +169,10 @@ class MapLayer final: public MemoryCounter, public ConfigListener const int endX, int &width) A_WARN_UNUSED A_NONNULL(1); + static int getEmptyTileDrawWidth(const TileInfo *restrict img, + const int endX) + A_WARN_UNUSED A_NONNULL(1); + void updateConditionTiles(MetaTile *restrict const metaTiles, const int width, const int height) restrict A_NONNULL(2); |