- Timestamp:
- May 4, 2017, 4:11:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Dialogue_FS17/src/modules/dialogue/DialogueManager.h
r11406 r11413 13 13 #include "core/XMLPort.h" 14 14 #include "core/EventIncludes.h" 15 15 16 16 17 … … 35 36 36 37 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 40 44 /*std::string setnpc(std::string npc); 41 45 … … 52 56 */ 53 57 private: 58 std::string a1; 59 std::string a2; 54 60 std::string question; 55 61 static DialogueManager* singletonPtr_s;
Note: See TracChangeset
for help on using the changeset viewer.