diff options
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r-- | src/gui/theme.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index 95511dc59..2e4b70e13 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -54,6 +54,7 @@ struct ThemeInfo final helpFont(), secureFont(), japanFont(), + chinaFont(), fontSize(0), npcfontSize(0), guiAlpha(0.0F) @@ -67,6 +68,7 @@ struct ThemeInfo final std::string helpFont; std::string secureFont; std::string japanFont; + std::string chinaFont; int fontSize; int npcfontSize; float guiAlpha; |