[Scummvm-cvs-logs] SF.net SVN: scummvm: [29784] scummvm/trunk/backends/platform/PalmOS/Src/ launcher/games.h
chrilith at users.sourceforge.net
chrilith at users.sourceforge.net
Sun Dec 9 12:21:49 CET 2007
Revision: 29784
http://scummvm.svn.sourceforge.net/scummvm/?rev=29784&view=rev
Author: chrilith
Date: 2007-12-09 03:21:49 -0800 (Sun, 09 Dec 2007)
Log Message:
-----------
Added support for Drascula and Igor
Modified Paths:
--------------
scummvm/trunk/backends/platform/PalmOS/Src/launcher/games.h
Modified: scummvm/trunk/backends/platform/PalmOS/Src/launcher/games.h
===================================================================
--- scummvm/trunk/backends/platform/PalmOS/Src/launcher/games.h 2007-12-09 11:21:39 UTC (rev 29783)
+++ scummvm/trunk/backends/platform/PalmOS/Src/launcher/games.h 2007-12-09 11:21:49 UTC (rev 29784)
@@ -172,6 +172,8 @@
ENGINE_AGI,
ENGINE_TOUCHE,
ENGINE_CRUISE,
+ ENGINE_DRASCULA,
+ ENGINE_IGOR,
ENGINE_COUNT
};
@@ -194,6 +196,8 @@
{ "agi", "Sierra AGI" },
{ "touche", "Touche: The Adventures of the Fifth Musketeer" },
{ "cruise", "Beta -> Cruise for a Corpse" },
+ { "drascula", "Beta -> Drascula" },
+ { "igor", "Beta -> Igor" },
};
// protos
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list