From 540d0260e65677848a9f9ef53460ab2c7d0bf6d0 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 19 Jul 2011 11:26:40 +0100 Subject: DREAMWEB: Add ScummVM headers, remove SVN keywords. --- engines/dreamweb/console.cpp | 3 --- engines/dreamweb/console.h | 3 --- engines/dreamweb/detection.cpp | 3 --- engines/dreamweb/detection_tables.h | 3 --- engines/dreamweb/dreamweb.cpp | 3 --- engines/dreamweb/dreamweb.h | 3 --- engines/dreamweb/runtime.h | 26 ++++++++++++++++++++++++-- engines/dreamweb/structs.h | 24 ++++++++++++++++++++++-- engines/dreamweb/stubs.cpp | 22 ++++++++++++++++++++++ engines/dreamweb/stubs.h | 22 ++++++++++++++++++++++ 10 files changed, 90 insertions(+), 22 deletions(-) (limited to 'engines/dreamweb') diff --git a/engines/dreamweb/console.cpp b/engines/dreamweb/console.cpp index e004746d8a..d415089a48 100644 --- a/engines/dreamweb/console.cpp +++ b/engines/dreamweb/console.cpp @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL: https://svn.scummvm.org:4444/svn/dreamweb/console.cpp $ - * $Id: console.cpp 70 2011-01-26 05:36:55Z digitall $ - * */ #include "dreamweb/console.h" diff --git a/engines/dreamweb/console.h b/engines/dreamweb/console.h index 58c8467b34..a90794e94e 100644 --- a/engines/dreamweb/console.h +++ b/engines/dreamweb/console.h @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL: https://svn.scummvm.org:4444/svn/dreamweb/console.h $ - * $Id: console.h 70 2011-01-26 05:36:55Z digitall $ - * */ #ifndef DREAMWEB_CONSOLE_H diff --git a/engines/dreamweb/detection.cpp b/engines/dreamweb/detection.cpp index ef4a746b62..81a209de25 100644 --- a/engines/dreamweb/detection.cpp +++ b/engines/dreamweb/detection.cpp @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL: https://svn.scummvm.org:4444/svn/dreamweb/detection.cpp $ - * $Id: detection.cpp 3 2010-09-16 19:32:18Z megath $ - * */ #include "base/plugins.h" diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h index 6c7d8e4809..82fb6102e4 100644 --- a/engines/dreamweb/detection_tables.h +++ b/engines/dreamweb/detection_tables.h @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL: https://svn.scummvm.org:4444/svn/dreamweb/detection_tables.h $ - * $Id: detection_tables.h 66 2010-11-07 08:31:21Z eriktorbjorn $ - * */ #ifndef DREAMWEB_DETECTION_TABLES_H diff --git a/engines/dreamweb/dreamweb.cpp b/engines/dreamweb/dreamweb.cpp index 719549cc7d..a5a6c9096a 100644 --- a/engines/dreamweb/dreamweb.cpp +++ b/engines/dreamweb/dreamweb.cpp @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL: https://svn.scummvm.org:4444/svn/dreamweb/dreamweb.cpp $ - * $Id: dreamweb.cpp 79 2011-06-05 08:26:54Z eriktorbjorn $ - * */ #include "common/config-manager.h" diff --git a/engines/dreamweb/dreamweb.h b/engines/dreamweb/dreamweb.h index 7323cfe836..1bc2f19d1c 100644 --- a/engines/dreamweb/dreamweb.h +++ b/engines/dreamweb/dreamweb.h @@ -18,9 +18,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * $URL: https://svn.scummvm.org:4444/svn/dreamweb/dreamweb.h $ - * $Id: dreamweb.h 77 2011-05-18 14:26:43Z digitall $ - * */ #ifndef DREAMWEB_H diff --git a/engines/dreamweb/runtime.h b/engines/dreamweb/runtime.h index a97ea2cf3d..decd1cddd8 100644 --- a/engines/dreamweb/runtime.h +++ b/engines/dreamweb/runtime.h @@ -1,5 +1,27 @@ -#ifndef ENGINES_DREAMGEN_RUNTIME_H__ -#define ENGINES_DREAMGEN_RUNTIME_H__ +/* 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. + * + */ + +#ifndef DREAMGEN_RUNTIME_H__ +#define DREAMGEN_RUNTIME_H__ #include #include "common/scummsys.h" diff --git a/engines/dreamweb/structs.h b/engines/dreamweb/structs.h index 23d8390a7d..e274375cf4 100644 --- a/engines/dreamweb/structs.h +++ b/engines/dreamweb/structs.h @@ -1,3 +1,25 @@ +/* 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. + * + */ + struct Sprite { uint16 updateCallback; uint16 w2; @@ -44,5 +66,3 @@ struct ObjData { uint8 b17; uint8 b18[256]; // NB: Don't know the size yet }; - - diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp index 646c7e8909..96d46110f9 100644 --- a/engines/dreamweb/stubs.cpp +++ b/engines/dreamweb/stubs.cpp @@ -1,3 +1,25 @@ +/* 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. + * + */ + #include "dreamweb/dreamweb.h" #include "engines/util.h" #include "graphics/surface.h" diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h index 7f82ba5a54..a113bf79cd 100644 --- a/engines/dreamweb/stubs.h +++ b/engines/dreamweb/stubs.h @@ -1,3 +1,25 @@ +/* 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. + * + */ + void multidump(); void frameoutv(uint8* dst, const uint8* src, uint16 pitch, uint16 width, uint16 height, uint16 x, uint16 y); void frameoutnm(uint8* dst, const uint8* src, uint16 pitch, uint16 width, uint16 height, uint16 x, uint16 y); -- cgit v1.2.3