diff options
author | Nicola Mettifogo | 2008-01-28 12:31:14 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2008-01-28 12:31:14 +0000 |
commit | 1888cbe50baabc7ac6c00849f31f7e13d6fe1028 (patch) | |
tree | b409ab5570207ae82cd95c9e43ef34b462d7dab2 /engines/parallaction | |
parent | be2c5d3c8772963fe2c1a00c1a50546438e3e7a5 (diff) | |
download | scummvm-rg350-1888cbe50baabc7ac6c00849f31f7e13d6fe1028.tar.gz scummvm-rg350-1888cbe50baabc7ac6c00849f31f7e13d6fe1028.tar.bz2 scummvm-rg350-1888cbe50baabc7ac6c00849f31f7e13d6fe1028.zip |
Oops. Forgot ScummVM header in new source file.
svn-id: r30674
Diffstat (limited to 'engines/parallaction')
-rw-r--r-- | engines/parallaction/gfxbase.cpp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/engines/parallaction/gfxbase.cpp b/engines/parallaction/gfxbase.cpp index 02d7e09492..8b1bbcacd3 100644 --- a/engines/parallaction/gfxbase.cpp +++ b/engines/parallaction/gfxbase.cpp @@ -1,3 +1,29 @@ +/* ScummVM - Graphic Adventure Engine + * + * ScummVM is the legal property of its developers, whose names + * are too numerous to list here. Please refer to the COPYRIGHT + * file distributed with this source distribution. + * + * 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$ + * + */ + + #include "graphics.h" #include "disk.h" |