mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 20:17:49 +00:00
Mark the end of the Cine namespace.
svn-id: r29413
This commit is contained in:
parent
904dcb4a7b
commit
c1760e2aae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user