Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Dialog_HS16/src/modules/notifications/dispatchers/DialogueManager.h @ 11331

Last change on this file since 11331 was 11292, checked in by dmoritz, 8 years ago

New DialogueManager Class

File size: 496 bytes
Line 
1
2
3#ifndef _DialogueManager_H__
4#define _DialogueManager_H__
5
6#include "notifications/NotificationsPrereqs.h"
7
8#include "notifications/NotificationDispatcher.h"
9
10namespace orxonox{
11
12
13        class _NotificationsExport DialogueManager: public NotificationDispatcher{
14
15        public:
16            DialogueManager(Context* context); //!< Default Constructor.
17            virtual ~DialogueManager(); //!< Destructor.
18
19            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
20
21        };
22}
23
24#endif
Note: See TracBrowser for help on using the repository browser.