From fd1f39f12e262a413217ec0e1f7f014e96865668 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sun, 9 Dec 2007 11:21:49 +0000 Subject: Added support for Drascula and Igor svn-id: r29784 --- backends/platform/PalmOS/Src/launcher/games.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3