16 lines
526 B
C
16 lines
526 B
C
static const char *const kLoLSeqplayStringsDOSDemoEnglish[10] = {
|
|
"The Lands have become perilous",
|
|
"to travellers",
|
|
"King Richard holds the strength",
|
|
"to defeat Sorceress Scotia!",
|
|
"You have the ability to restore",
|
|
"hope to the People",
|
|
"Cruel and hideous monsters",
|
|
"will hinder your quest...",
|
|
"Will you accept the challenge ?",
|
|
"Scotia awaits..."
|
|
};
|
|
|
|
static const StringListProvider kLoLSeqplayStringsDOSDemoEnglishProvider = { ARRAYSIZE(kLoLSeqplayStringsDOSDemoEnglish), kLoLSeqplayStringsDOSDemoEnglish };
|
|
|