From ebe1b94eb1561b566124b7dcbb73cf3b0a659b33 Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Thu, 3 Sep 2009 20:59:17 +0000 Subject: imported teenagent engine sources. svn-id: r43922 --- engines/teenagent/dialog.h | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 engines/teenagent/dialog.h (limited to 'engines/teenagent/dialog.h') diff --git a/engines/teenagent/dialog.h b/engines/teenagent/dialog.h new file mode 100644 index 0000000000..7bac3a0d4f --- /dev/null +++ b/engines/teenagent/dialog.h @@ -0,0 +1,42 @@ +/* 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: https://www.switchlink.se/svn/teen/objects.h $ + * $Id: objects.h 172 2009-08-11 08:06:58Z megath $ + */ + +#ifndef TEENAGENT_DIALOG_H__ +#define TEENAGENT_DIALOG_H__ + +#include "common/endian.h" +#include "common/str.h" + +namespace TeenAgent { + +class Scene; +class Dialog { +public: + static uint16 pop(Scene *scene, uint16 addr, uint16 animation = 0); + static void show(Scene *scene, uint16 addr, uint16 animation = 0); +}; +} + +#endif + -- cgit v1.2.3