diff options
Diffstat (limited to 'src/resources/map/map.h')
-rw-r--r-- | src/resources/map/map.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/map/map.h b/src/resources/map/map.h index 74ffdb8ef..6659d7a13 100644 --- a/src/resources/map/map.h +++ b/src/resources/map/map.h @@ -372,6 +372,8 @@ class Map final : public Properties, std::string getCounterName() const override final { return mName; } + void screenResized(); + protected: friend class Actor; friend class Minimap; @@ -500,6 +502,7 @@ class Map final : public Properties, bool mCachedDraw; bool mCustom; bool mDrawOnlyFringe; + bool mClear; }; #endif // RESOURCES_MAP_MAP_H |