diff options
author | Chris Apers | 2007-12-09 11:21:49 +0000 |
---|---|---|
committer | Chris Apers | 2007-12-09 11:21:49 +0000 |
commit | fd1f39f12e262a413217ec0e1f7f014e96865668 (patch) | |
tree | e1a65736a492bcd35c5503db3e3a15a1f04d426a /backends | |
parent | 40ad7ee6a9a04e99991d220e283b4ee4fada40b3 (diff) | |
download | scummvm-rg350-fd1f39f12e262a413217ec0e1f7f014e96865668.tar.gz scummvm-rg350-fd1f39f12e262a413217ec0e1f7f014e96865668.tar.bz2 scummvm-rg350-fd1f39f12e262a413217ec0e1f7f014e96865668.zip |
Added support for Drascula and Igor
svn-id: r29784
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/PalmOS/Src/launcher/games.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backends/platform/PalmOS/Src/launcher/games.h b/backends/platform/PalmOS/Src/launcher/games.h index d807d6b64d..4b53503d60 100644 --- a/backends/platform/PalmOS/Src/launcher/games.h +++ b/backends/platform/PalmOS/Src/launcher/games.h @@ -172,6 +172,8 @@ enum { ENGINE_AGI, ENGINE_TOUCHE, ENGINE_CRUISE, + ENGINE_DRASCULA, + ENGINE_IGOR, ENGINE_COUNT }; @@ -194,6 +196,8 @@ static const struct { { "agi", "Sierra AGI" }, { "touche", "Touche: The Adventures of the Fifth Musketeer" }, { "cruise", "Beta -> Cruise for a Corpse" }, + { "drascula", "Beta -> Drascula" }, + { "igor", "Beta -> Igor" }, }; // protos |