From f02c8b967ec936b9dca4ce2dce010301ab8b72bf Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 1 Dec 2019 09:51:14 +0100 Subject: Add image board author name and replies --- include/QuickMedia.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/QuickMedia.hpp') 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; -- cgit v1.2.3