From 20efe6984eb9ff9ac11dbb1c5d519c5134e7af60 Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Sat, 17 Dec 2016 13:43:44 +0100 Subject: Rename `charset` and use macro for build language --- include/global.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/global.h') diff --git a/include/global.h b/include/global.h index be35f1299..d23204760 100644 --- a/include/global.h +++ b/include/global.h @@ -29,6 +29,14 @@ enum VERSION_RUBY = 2, }; +enum LanguageId { + LANGUAGE_JAPANESE = 1, + LANGUAGE_ENGLISH = 2, + LANGUAGE_GERMAN = 5, +}; + +#define GAME_LANGUAGE (LANGUAGE_ENGLISH) + enum { MALE, -- cgit v1.2.3