Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 30, 2017, 4:04:09 PM (7 years ago)
Author:
rrogge
Message:

Default Fenster funktioniert noch nicht

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Dialogue_FS17/src/modules/dialogue/DialogueManager.h

    r11384 r11390  
    1212#include "OrxonoxPrereqs.h"
    1313#include "core/config/Configurable.h"
     14#include "core/XMLPort.h"
    1415
    1516//tolua_begin
     
    2627                static DialogueManager& getInstance() { return Singleton<DialogueManager>::getInstance(); }
    2728                void setConfigValues();
    28                 /*virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
     29                virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    2930
    3031                        void setquestion(std::string question);
    3132                        std::string getquestion(void);
    3233
    33                         std::string setnpc(std::string npc);
     34                        /*std::string setnpc(std::string npc);
    3435
    3536                        void setanswers(std::string option1, std::string option2, std::string option3);
Note: See TracChangeset for help on using the changeset viewer.