aboutsummaryrefslogtreecommitdiff
path: root/source/nds/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/nds/message.h')
-rw-r--r--source/nds/message.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/nds/message.h b/source/nds/message.h
index fc6bd33..4a0acd2 100644
--- a/source/nds/message.h
+++ b/source/nds/message.h
@@ -165,9 +165,11 @@ enum MSG
enum LANGUAGE{
ENGLISH,
CHINESE_SIMPLIFIED,
- CHINESE_TRADITIONAL
+ FRENCH
};
+extern char* lang[3]; // Allocated in gui.c, needs to match the languages ^
+
char *msg[MSG_END+1];
char msg_data[16 * 1024];