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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/nds/message.h b/source/nds/message.h
index 9292d3f..4a0acd2 100644
--- a/source/nds/message.h
+++ b/source/nds/message.h
@@ -168,6 +168,8 @@ enum LANGUAGE{
FRENCH
};
+extern char* lang[3]; // Allocated in gui.c, needs to match the languages ^
+
char *msg[MSG_END+1];
char msg_data[16 * 1024];