summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2016-12-17 13:43:44 +0100
committerMarijn van der Werf <marijn.vanderwerf@gmail.com>2016-12-17 13:44:03 +0100
commit20efe6984eb9ff9ac11dbb1c5d519c5134e7af60 (patch)
treec90408200bd803c17b853be5843f052434404028 /include/text.h
parent6c7eb48da494f41a53bf3305d1f75e398f9b97b4 (diff)
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;