aboutsummaryrefslogtreecommitdiff
path: root/include/Gif.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Gif.hpp')
-rw-r--r--include/Gif.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/Gif.hpp b/include/Gif.hpp
index 87e6956..84299e9 100644
--- a/include/Gif.hpp
+++ b/include/Gif.hpp
@@ -28,8 +28,10 @@ namespace dchat
Gif(StringView &&fileContent);
~Gif();
+ sf::Vector2u getSize() const;
+
void setPosition(const sf::Vector2f &position);
- void setSize(const sf::Vector2f &size);
+ void setScale(const sf::Vector2f &scale);
void draw(sf::RenderTarget &target);
static bool isDataGif(const StringView &data);