aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMax Horn2007-04-27 22:42:02 +0000
committerMax Horn2007-04-27 22:42:02 +0000
commit5bf7b78aa2e0e55d3ebbbfb213070a8ac12efdb2 (patch)
tree721e899db531509292364b9cd6f890a6f294a1cd /engines
parent030cd2c02a188bbd166458599767ad720e85af02 (diff)
downloadscummvm-rg350-5bf7b78aa2e0e55d3ebbbfb213070a8ac12efdb2.tar.gz
scummvm-rg350-5bf7b78aa2e0e55d3ebbbfb213070a8ac12efdb2.tar.bz2
scummvm-rg350-5bf7b78aa2e0e55d3ebbbfb213070a8ac12efdb2.zip
Renamed agosgame.cpp -> detection_tables.h
svn-id: r26634
Diffstat (limited to 'engines')
-rw-r--r--engines/agos/detection.cpp8
-rw-r--r--engines/agos/detection_tables.h (renamed from engines/agos/agosgame.cpp)27
2 files changed, 29 insertions, 6 deletions
diff --git a/engines/agos/detection.cpp b/engines/agos/detection.cpp
index e1be6d88f1..cc581328f7 100644
--- a/engines/agos/detection.cpp
+++ b/engines/agos/detection.cpp
@@ -1,6 +1,6 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
- * Copyright (C) 2001-2006 The ScummVM project
+ * Copyright (C) 2001-2007 The ScummVM project
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -76,11 +76,7 @@ static const PlainGameDescriptor simonGames[] = {
{0, 0}
};
-namespace AGOS {
-
-#include "agosgame.cpp"
-
-}
+#include "agos/detection_tables.h"
static const Common::ADParams detectionParams = {
// Pointer to ADGameDescription or its superset structure
diff --git a/engines/agos/agosgame.cpp b/engines/agos/detection_tables.h
index da48caa5f6..e167a7d1c8 100644
--- a/engines/agos/agosgame.cpp
+++ b/engines/agos/detection_tables.h
@@ -1,3 +1,28 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
+ * Copyright (C) 2001-2007 The ScummVM project
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
+namespace AGOS {
+
static const AGOSGameDescription gameDescriptions[] = {
// Elvira 1 - English Amiga Floppy Demo
{
@@ -2083,3 +2108,5 @@ static const AGOSGameDescription gameDescriptions[] = {
},
{ AD_TABLE_END_MARKER, 0, 0, 0 }
};
+
+} // End of namespace AGOS