- Timestamp:
- May 11, 2017, 4:15:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Dialogue_FS17/src/modules/dialogue/NextQuestion.cc
r11415 r11417 8 8 #include "NextQuestion.h" 9 9 #include "core/XMLPort.h" 10 #include "DialogueManager.h" 10 11 11 12 namespace orxonox{ … … 17 18 RegisterObject(NextQuestion); 18 19 orxout() << "Klasse aufgerufen" << endl; 20 DialogueManager& m = DialogueManager::getInstance(); 21 m.registerquestion(this); 19 22 20 23
Note: See TracChangeset
for help on using the changeset viewer.