[Scummvm-cvs-logs] SF.net SVN: scummvm: [29413] scummvm/trunk/engines/cine/detection.cpp
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Sun Nov 4 19:03:18 CET 2007
Revision: 29413
http://scummvm.svn.sourceforge.net/scummvm/?rev=29413&view=rev
Author: eriktorbjorn
Date: 2007-11-04 10:03:18 -0800 (Sun, 04 Nov 2007)
Log Message:
-----------
Mark the end of the Cine namespace.
Modified Paths:
--------------
scummvm/trunk/engines/cine/detection.cpp
Modified: scummvm/trunk/engines/cine/detection.cpp
===================================================================
--- scummvm/trunk/engines/cine/detection.cpp 2007-11-04 17:00:10 UTC (rev 29412)
+++ scummvm/trunk/engines/cine/detection.cpp 2007-11-04 18:03:18 UTC (rev 29413)
@@ -32,6 +32,7 @@
#include "cine/cine.h"
namespace Cine {
+
struct CINEGameDescription {
Common::ADGameDescription desc;
@@ -44,7 +45,7 @@
Common::Language CineEngine::getLanguage() const { return _gameDescription->desc.language; }
Common::Platform CineEngine::getPlatform() const { return _gameDescription->desc.platform; }
-}
+} // End of namespace Cine
static const PlainGameDescriptor cineGames[] = {
{"cine", "Cinematique evo.1 engine game"},
@@ -464,7 +465,7 @@
{ AD_TABLE_END_MARKER, 0, 0 }
};
-}
+} // End of namespace Cine
static const Common::ADParams detectionParams = {
// Pointer to ADGameDescription or its superset structure
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