Renamed agosgame.cpp -> detection_tables.h

svn-id: r26634
This commit is contained in:
Max Horn 2007-04-27 22:42:02 +00:00
parent 030cd2c02a
commit 5bf7b78aa2
2 changed files with 29 additions and 6 deletions

View File

@ -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

View File

@ -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