aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/detection.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2007-11-04 18:03:18 +0000
committerTorbjörn Andersson2007-11-04 18:03:18 +0000
commitc1760e2aae3c9c791496cceaacb6f92abca04617 (patch)
tree0e5ba5d51fd38d5e51417b5b8b201a801ce60a50 /engines/cine/detection.cpp
parent904dcb4a7b96c2541841f894aa52d99d48e1358d (diff)
downloadscummvm-rg350-c1760e2aae3c9c791496cceaacb6f92abca04617.tar.gz
scummvm-rg350-c1760e2aae3c9c791496cceaacb6f92abca04617.tar.bz2
scummvm-rg350-c1760e2aae3c9c791496cceaacb6f92abca04617.zip
Mark the end of the Cine namespace.
svn-id: r29413
Diffstat (limited to 'engines/cine/detection.cpp')
-rw-r--r--engines/cine/detection.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp
index 9e449e2ca1..178720a4ef 100644
--- a/engines/cine/detection.cpp
+++ b/engines/cine/detection.cpp
@@ -32,6 +32,7 @@
#include "cine/cine.h"
namespace Cine {
+
struct CINEGameDescription {
Common::ADGameDescription desc;
@@ -44,7 +45,7 @@ uint32 CineEngine::getFeatures() const { return _gameDescription->features; }
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 @@ static const CINEGameDescription gameDescriptions[] = {
{ AD_TABLE_END_MARKER, 0, 0 }
};
-}
+} // End of namespace Cine
static const Common::ADParams detectionParams = {
// Pointer to ADGameDescription or its superset structure