aboutsummaryrefslogtreecommitdiff
path: root/src/unittest/test_nodedef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittest/test_nodedef.cpp')
0 files changed, 0 insertions, 0 deletions
n class="hl com">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 GUIMESSAGEMENU_HEADER #define GUIMESSAGEMENU_HEADER #include "common_irrlicht.h" #include "modalMenu.h" #include "utility.h" #include <string> class IRespawnInitiator { public: virtual void respawn() = 0; }; class GUIDeathScreen : public GUIModalMenu { public: GUIDeathScreen(gui::IGUIEnvironment* env, gui::IGUIElement* parent, s32 id, IMenuManager *menumgr, IRespawnInitiator *respawner); ~GUIDeathScreen();