diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-04-27 17:40:12 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-04-27 17:40:12 -0400 |
commit | a33b3d4ffc1defda5bdcd3348036ce48ef5b0085 (patch) | |
tree | 87070680ba9c8a02a2c9a6184f22e5cb0f466b55 /include/config.hpp | |
parent | 00f879600bcea8f1ec1775c941041ee6346a60ba (diff) |
modernized ui
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. |