From a33b3d4ffc1defda5bdcd3348036ce48ef5b0085 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 27 Apr 2017 17:40:12 -0400 Subject: modernized ui --- include/config.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/config.hpp') diff --git a/include/config.hpp b/include/config.hpp index 13596ff..305f61e 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -52,6 +52,8 @@ namespace game { * The path of the folder to load world XML files from. */ extern std::string xmlFolder; + + extern std::string fontFamily; /** * Reads the settings file (config/settings.xml) into the game. -- cgit v1.2.3