diff options
| author | Max Horn | 2005-01-10 22:43:21 +0000 |
|---|---|---|
| committer | Max Horn | 2005-01-10 22:43:21 +0000 |
| commit | f3f1d6be874ef032284980bd5739bd57bda48237 (patch) | |
| tree | 62fe152cbc3824f3a13cc8efac2a0cc80e39fc76 | |
| parent | 5c48717dd254d4d6348631d4a7e62f27f4ee5b40 (diff) | |
| download | scummvm-rg350-f3f1d6be874ef032284980bd5739bd57bda48237.tar.gz scummvm-rg350-f3f1d6be874ef032284980bd5739bd57bda48237.tar.bz2 scummvm-rg350-f3f1d6be874ef032284980bd5739bd57bda48237.zip | |
Legal header
svn-id: r16531
| -rw-r--r-- | sword1/sworddefs.h | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/sword1/sworddefs.h b/sword1/sworddefs.h index f90cd974ee..0208b01193 100644 --- a/sword1/sworddefs.h +++ b/sword1/sworddefs.h @@ -1,7 +1,28 @@ +/* ScummVM - Scumm Interpreter + * Copyright (C) 2003-2005 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$ + * + */ + #ifndef SWORDDEFS_H #define SWORDDEFS_H -#include "scummsys.h" +#include "common/scummsys.h" namespace Sword1 { |
