[Scummvm-cvs-logs] SF.net SVN: scummvm: [26633] scummvm/trunk/engines/saga

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Apr 28 00:39:31 CEST 2007


Revision: 26633
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26633&view=rev
Author:   fingolfin
Date:     2007-04-27 15:39:31 -0700 (Fri, 27 Apr 2007)

Log Message:
-----------
Some tweaks to saga/detection_tables.h

Modified Paths:
--------------
    scummvm/trunk/engines/saga/detection.cpp
    scummvm/trunk/engines/saga/detection_tables.h

Modified: scummvm/trunk/engines/saga/detection.cpp
===================================================================
--- scummvm/trunk/engines/saga/detection.cpp	2007-04-27 22:35:05 UTC (rev 26632)
+++ scummvm/trunk/engines/saga/detection.cpp	2007-04-27 22:39:31 UTC (rev 26633)
@@ -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,12 +94,8 @@
 	{0, 0, Common::kPlatformUnknown}
 };
 
-namespace Saga {
+#include "saga/detection_tables.h"
 
-#include "detection_tables.h"
-
-}
-
 static const Common::ADParams detectionParams = {
 	// Pointer to ADGameDescription or its superset structure
 	(const byte *)Saga::gameDescriptions,

Modified: scummvm/trunk/engines/saga/detection_tables.h
===================================================================
--- scummvm/trunk/engines/saga/detection_tables.h	2007-04-27 22:35:05 UTC (rev 26632)
+++ scummvm/trunk/engines/saga/detection_tables.h	2007-04-27 22:39:31 UTC (rev 26633)
@@ -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 @@
 	},
 	{ AD_TABLE_END_MARKER, 0, 0, 0, NULL, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, NULL }
 };
+
+}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list