From 030cd2c02a188bbd166458599767ad720e85af02 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 27 Apr 2007 22:39:31 +0000 Subject: Some tweaks to saga/detection_tables.h svn-id: r26633 --- engines/saga/detection.cpp | 8 ++------ engines/saga/detection_tables.h | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 6 deletions(-) diff --git a/engines/saga/detection.cpp b/engines/saga/detection.cpp index b14cd2ea64..a3df92dffb 100644 --- a/engines/saga/detection.cpp +++ b/engines/saga/detection.cpp @@ -1,5 +1,5 @@ /* ScummVM - Scumm Interpreter - * Copyright (C) 2004-2006 The ScummVM project + * Copyright (C) 2004-2007 The ScummVM project * * The ReInherit Engine is (C)2000-2003 by Daniel Balsom. * @@ -94,11 +94,7 @@ static const Common::ADObsoleteGameID obsoleteGameIDsTable[] = { {0, 0, Common::kPlatformUnknown} }; -namespace Saga { - -#include "detection_tables.h" - -} +#include "saga/detection_tables.h" static const Common::ADParams detectionParams = { // Pointer to ADGameDescription or its superset structure diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h index db13831669..b219f5d529 100644 --- a/engines/saga/detection_tables.h +++ b/engines/saga/detection_tables.h @@ -1,3 +1,29 @@ +/* ScummVM - Scumm Interpreter + * Copyright (C) 2004-2007 The ScummVM project + * + * The ReInherit Engine is (C)2000-2003 by Daniel Balsom. + * + * 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 Saga { + #define ITE_CONVERSE_MAX_TEXT_WIDTH (256 - 60) #define ITE_CONVERSE_TEXT_HEIGHT 10 #define ITE_CONVERSE_TEXT_LINES 4 @@ -1460,3 +1486,5 @@ static const SAGAGameDescription gameDescriptions[] = { }, { AD_TABLE_END_MARKER, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, NULL } }; + +} -- cgit v1.2.3