- Timestamp:
- May 18, 2017, 2:49:13 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Dialogue_FS17/src/modules/dialogue/DialogueManager.h
r11417 r11421 46 46 std::string getanswers1(void); //tolua_export 47 47 std::string getanswers2(void); //tolua_export 48 bool a1clicked(void); //tolua_export 49 bool a2clicked(void); //tolua_export 50 /*std::string setnpc(std::string npc); 48 void a1clicked(void); //tolua_export 49 void a2clicked(void); //tolua_export 50 //bool theEnd(); 51 void update(NextQuestion* nq); 51 52 52 void setanswers(std::string option1, std::string option2, std::string option3);53 std::vector <std::string> getanswers(void);54 55 int getnumOptions();56 57 58 59 std::string npc;60 std::vector<std::string> options;61 62 */63 53 private: 64 54 NextQuestion* currentQuestion;
Note: See TracChangeset
for help on using the changeset viewer.