aboutsummaryrefslogtreecommitdiff
path: root/tools/create_lure/create_lure_dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/create_lure/create_lure_dat.h')
-rw-r--r--tools/create_lure/create_lure_dat.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/create_lure/create_lure_dat.h b/tools/create_lure/create_lure_dat.h
index 3cb1976ec4..93da90d56c 100644
--- a/tools/create_lure/create_lure_dat.h
+++ b/tools/create_lure/create_lure_dat.h
@@ -415,6 +415,15 @@ public:
extern File lureExe;
extern void add_talk_offset(uint16 offset);
+enum LureLanguage {
+ LANG_IT_ITA = 10,
+ LANG_FR_FRA = 6,
+ LANG_DE_DEU = 7,
+ LANG_ES_ESP = 17,
+ LANG_EN_ANY = 3,
+ LANG_UNKOWN = -1
+};
+
extern Common::Language language;
extern uint16 dataSegment;