aboutsummaryrefslogtreecommitdiff
path: root/include/QuickMedia.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-12-01 09:51:14 +0100
committerdec05eba <dec05eba@protonmail.com>2019-12-01 09:51:14 +0100
commitf02c8b967ec936b9dca4ce2dce010301ab8b72bf (patch)
treee2733a6eb1e96585d13a69311b917addb4cd6b54 /include/QuickMedia.hpp
parent312881ac12e1f5d8d6981e4bcea922de1defd643 (diff)
Add image board author name and replies
Diffstat (limited to 'include/QuickMedia.hpp')
-rw-r--r--include/QuickMedia.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp
index f4cb250..abfe270 100644
--- a/include/QuickMedia.hpp
+++ b/include/QuickMedia.hpp
@@ -48,6 +48,7 @@ namespace QuickMedia {
sf::RenderWindow window;
sf::Vector2f window_size;
sf::Font font;
+ sf::Font bold_font;
Body *body;
Plugin *current_plugin;
sf::Texture plugin_logo;