source:
code/branches/HUD_HS16/src/modules/dialogue/NextQuestion.h
@
11479
Last change on this file since 11479 was 11395, checked in by patricwi, 8 years ago | |
---|---|
File size: 268 bytes |
Rev | Line | |
---|---|---|
[11395] | 1 | #include <vector> |
2 | #include <string> | |
3 | ||
4 | #include "core/XMLPort.h" | |
5 | ||
6 | namespace orxonox{ | |
7 | void setanswers(std::string option1, std::string option2, std::string option3); | |
8 | std::vector <std::string> getanswers(void); | |
9 | ||
10 | int getnumOptions(); | |
11 | std::vector<std::string> options; | |
12 | } |
Note: See TracBrowser
for help on using the repository browser.