Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 11, 2017, 4:15:10 PM (8 years ago)
Author:
rrogge
Message:

Funktion der Buttons noch fehlerhaft

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Dialogue_FS17/src/modules/dialogue/NextQuestion.cc

    r11415 r11417  
    88#include "NextQuestion.h"
    99#include "core/XMLPort.h"
     10#include "DialogueManager.h"
    1011
    1112namespace orxonox{
     
    1718        RegisterObject(NextQuestion);
    1819        orxout() << "Klasse aufgerufen" << endl;
     20        DialogueManager& m = DialogueManager::getInstance();
     21        m.registerquestion(this);
    1922       
    2023       
Note: See TracChangeset for help on using the changeset viewer.