Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 11, 2017, 4:15:10 PM (7 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.h

    r11413 r11417  
     1#ifndef _NextQuestion_H__
     2#define _NextQuestion_H__
     3
     4
    15//#include <vector>
    26#include <string>
     
    59#include "core/XMLPort.h"
    610#include "core/EventIncludes.h"
    7 #include "DialogueManager.h"
     11#include "DialoguePrereqs.h"
     12
    813
    914
     
    4146                bool execute(bool bTriggered, BaseObject* trigger);
    4247
    43                
     48                std::vector<NextQuestion*> possibleQuestions;
    4449        private:
    4550                std::string a1;
    4651                std::string a2;
    47                 std::vector<NextQuestion*> possibleQuestions;
     52               
    4853
    4954
     
    5459       
    5560}
     61#endif
Note: See TracChangeset for help on using the changeset viewer.