scummvm/devtools/create_kyradat/resources/mr_dos_cd_english.h
athrxx e10af53359 KYRA: (MR/Chinese) - add detection etc. and fix installer archive loading
(also add LOL-CD demo resources to reduce number of binary git pushs)
2021-04-27 22:06:32 +02:00

20 lines
750 B
C

static const char *const k3MainMenuStringsDOSCDEnglish[4] = {
"Start a new game",
"Introduction",
"Load a game",
"Exit the game"
};
static const StringListProvider k3MainMenuStringsDOSCDEnglishProvider = { ARRAYSIZE(k3MainMenuStringsDOSCDEnglish), k3MainMenuStringsDOSCDEnglish };
static const char *const k3VqaSubtitlesIntroDOSCDEnglish[] = {
""// TODO
};
static const StringListProvider k3VqaSubtitlesIntroDOSCDEnglishProvider = { ARRAYSIZE(k3VqaSubtitlesIntroDOSCDEnglish), k3VqaSubtitlesIntroDOSCDEnglish };
static const char *const k3VqaSubtitlesBoatDOSCDEnglish[] = {
""// TODO
};
static const StringListProvider k3VqaSubtitlesBoatDOSCDEnglishProvider = { ARRAYSIZE(k3VqaSubtitlesBoatDOSCDEnglish), k3VqaSubtitlesBoatDOSCDEnglish };