From bfce5e500aa09d36b974c29acf91780e0b26b459 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 5 Oct 2003 20:21:20 +0000 Subject: 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) svn-id: r10622 --- sky/compacts/savedata.cpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'sky/compacts') diff --git a/sky/compacts/savedata.cpp b/sky/compacts/savedata.cpp index a976c483a1..29f18aa9a2 100644 --- a/sky/compacts/savedata.cpp +++ b/sky/compacts/savedata.cpp @@ -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] = { -- cgit v1.2.3