diff options
author | Filippos Karapetis | 2014-12-03 01:15:33 +0200 |
---|---|---|
committer | Filippos Karapetis | 2014-12-03 01:15:33 +0200 |
commit | 0f55a7faf72b6cb0327236e9fb8f2ec8bd6d91a3 (patch) | |
tree | 89bdd1f94617b16adbb31d6174782e276bb7dec1 /engines/zvision/scripting/sidefx.cpp | |
parent | 2a4a6df5f2ae89132fd93d26b03599b6cc5c5fb7 (diff) | |
download | scummvm-rg350-0f55a7faf72b6cb0327236e9fb8f2ec8bd6d91a3.tar.gz scummvm-rg350-0f55a7faf72b6cb0327236e9fb8f2ec8bd6d91a3.tar.bz2 scummvm-rg350-0f55a7faf72b6cb0327236e9fb8f2ec8bd6d91a3.zip |
ZVISION: Remove empty file
Diffstat (limited to 'engines/zvision/scripting/sidefx.cpp')
-rw-r--r-- | engines/zvision/scripting/sidefx.cpp | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/engines/zvision/scripting/sidefx.cpp b/engines/zvision/scripting/sidefx.cpp deleted file mode 100644 index 9a658817c9..0000000000 --- a/engines/zvision/scripting/sidefx.cpp +++ /dev/null @@ -1,35 +0,0 @@ -/* 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 "common/scummsys.h" - -#include "zvision/scripting/sidefx.h" - -#include "zvision/zvision.h" -#include "zvision/graphics/render_manager.h" -#include "zvision/utility/utility.h" - -#include "common/stream.h" - -namespace ZVision { - -} // End of namespace ZVision |