summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorYamaArashi <YamaArashi@users.noreply.github.com>2016-12-17 11:20:27 -0800
committerGitHub <noreply@github.com>2016-12-17 11:20:27 -0800
commit86f2d57e29fdbb88b68691b2cb2ece0207c4900e (patch)
tree9e5da5d6ce3e86d5b17401d1f66a98f3480a27e7 /include/text.h
parent801c0b3fc397e6968b2311618c94133f7cb26ac8 (diff)
parent20efe6984eb9ff9ac11dbb1c5d519c5134e7af60 (diff)
Merge pull request #134 from marijnvdwerf/clean/language
Rename `charset` and use macro for build language
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h
index 2c66f30dc..7dbbcb844 100644
--- a/include/text.h
+++ b/include/text.h
@@ -36,7 +36,7 @@ struct Window
{
u8 textMode;
u8 fontNum;
- u8 charset;
+ u8 language;
u8 foregroundColor;
u8 backgroundColor;
u8 shadowColor;