Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Buttons

File:
1 edited

Legend:

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

    r11406 r11413  
    1313#include "core/XMLPort.h"
    1414#include "core/EventIncludes.h"
     15
    1516
    1617
     
    3536               
    3637
    37                
    38        
    39 
     38                void setanswers1(std::string a1); //tolua_export
     39                void setanswers2(std::string a2); //tolua_export
     40                std::string getanswers1(void); //tolua_export
     41                std::string getanswers2(void); //tolua_export
     42                bool a1clicked(void); //tolua_export
     43                bool a2clicked(void); //tolua_export
    4044                        /*std::string setnpc(std::string npc);
    4145
     
    5256*/
    5357private:
     58        std::string a1;
     59        std::string a2;
    5460        std::string question;
    5561        static DialogueManager* singletonPtr_s;
Note: See TracChangeset for help on using the changeset viewer.