[Scummvm-cvs-logs] CVS: scummvm/sky/compacts savedata.cpp,1.6,1.7

Max Horn fingolfin at users.sourceforge.net
Sun Oct 5 13:22:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky/compacts
In directory sc8-pr-cvs1:/tmp/cvs-serv19394/compacts

Modified Files:
	savedata.cpp 
Log Message:
renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit (try to only #include files when you *have* to -> this reduces compilation time to a minimum when header file changes are made)

Index: savedata.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/compacts/savedata.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- savedata.cpp	1 Oct 2003 09:40:28 -0000	1.6
+++ savedata.cpp	5 Oct 2003 20:21:20 -0000	1.7
@@ -1,3 +1,25 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2003 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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ *
+ * $Header$ 
+ *
+ */
+
+#include "sky/compact.h"
 #include "sky/control.h"
 
 Compact *SkyControl::_saveLoadCpts[833] = {





More information about the Scummvm-git-logs mailing list