Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 30, 2017, 9:33:27 AM (6 years ago)
Author:
kuchlert
Message:

fixed addQuestion and addAnswer in Dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Dialog_HS17/src/modules/dialog/Question.h

    r11607 r11611  
    33
    44#include "core/BaseObject.h"
     5#include "DialogPrereqs.h"
    56#include "AnswerId.h"
    67#include "core/XMLPort.h"
    78#include "core/CoreIncludes.h"
     9
    810
    911#include <string>
     
    1113namespace orxonox
    1214{
    13         class Question : public BaseObject
     15        class _DialogExport Question : public BaseObject
    1416        {
    1517                public:
    1618                        Question(Context* context);
    17                 //      virtual ~Question();
     19
    1820                        virtual void XMLPort(Element& xmelement, XMLPort::Mode mode);
    1921
Note: See TracChangeset for help on using the changeset viewer.