aboutsummaryrefslogtreecommitdiff
path: root/common/gameDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/gameDetector.h')
-rw-r--r--common/gameDetector.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h
index 7eeeb479c8..54a192088d 100644
--- a/common/gameDetector.h
+++ b/common/gameDetector.h
@@ -34,6 +34,23 @@ enum {
kDefaultMusicVolume = 192
};
+/* Languages
+ * note: values 0->8 are are _needed_ for scripts in comi please don't
+ * remove/change fixed numbers from this enum
+ */
+enum {
+ EN_USA = 0,
+ DE_DEU = 1,
+ FR_FRA = 2,
+ IT_ITA = 3,
+ PT_BRA = 4,
+ ES_ESP = 5,
+ JA_JPN = 6,
+ ZH_TWN = 7,
+ KO_KOR = 8,
+ HB_HEB = 20
+};
+
enum GameId {
GID_SCUMM_FIRST = 1,
GID_SCUMM_LAST = GID_SCUMM_FIRST + 99,