diff options
-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 |