aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-05-21 08:44:23 +0200
committerdec05eba <dec05eba@protonmail.com>2018-05-21 08:44:25 +0200
commit8f275fa7ec9bf14c06cb72edb00bc9a2469d0458 (patch)
tree1b6c87ba14f08ff0337131fb539200d605368d8a /include
parentf5aaf1b1cc94e28d4fa423a3d0b8ca286cf7f87d (diff)
Improve online/offline users (fade offline users, ping on channel init)
Diffstat (limited to 'include')
-rw-r--r--include/Gif.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Gif.hpp b/include/Gif.hpp
index 1341049..ebcb5d4 100644
--- a/include/Gif.hpp
+++ b/include/Gif.hpp
@@ -34,6 +34,7 @@ namespace dchat
sf::Vector2f getPosition() const;
void setScale(const sf::Vector2f &scale);
+ void setColor(sf::Color color);
void draw(sf::RenderTarget &target, const sf::RenderStates &renderStates = sf::RenderStates::Default);
static bool isDataGif(const StringView &data);