diff options
Diffstat (limited to 'include/config.hpp')
-rw-r--r-- | include/config.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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. |