diff options
author | Paul Gilbert | 2015-11-29 23:34:34 -0500 |
---|---|---|
committer | Paul Gilbert | 2015-11-29 23:34:34 -0500 |
commit | d8c28d15ae553d047b7e571f98727fa79ee143f3 (patch) | |
tree | c04573c5e830010438689fddbb9a2ed9b615b164 /engines/xeen/worldofxeen/clouds_ending.h | |
parent | 5b0f460581e9deb08fc0f66e8faeb356f31c2ae5 (diff) | |
download | scummvm-rg350-d8c28d15ae553d047b7e571f98727fa79ee143f3.tar.gz scummvm-rg350-d8c28d15ae553d047b7e571f98727fa79ee143f3.tar.bz2 scummvm-rg350-d8c28d15ae553d047b7e571f98727fa79ee143f3.zip |
XEEN: Create stub files for other Clouds/DarkSide cutscenes
Diffstat (limited to 'engines/xeen/worldofxeen/clouds_ending.h')
-rw-r--r-- | engines/xeen/worldofxeen/clouds_ending.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/engines/xeen/worldofxeen/clouds_ending.h b/engines/xeen/worldofxeen/clouds_ending.h new file mode 100644 index 0000000000..fc7945f2a1 --- /dev/null +++ b/engines/xeen/worldofxeen/clouds_ending.h @@ -0,0 +1,34 @@ +/* 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 XEEN_CLOUDS_ENDING_H +#define XEEN_CLOUDS_ENDING_H + +#include "xeen/xeen.h" + +namespace Xeen { + +bool showCloudsEnding(XeenEngine &vm); + +} // End of namespace Xeen + +#endif /* XEEN_CLOUDS_ENDING_H */ |