Last change
on this file since 11663 was
11347,
checked in by maxima, 8 years ago
|
dialog branch merged to presentation
|
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 | |
---|
10 | namespace 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.