Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/HUD_HS16/src/modules/dialogue/NextQuestion.h @ 11395

Last change on this file since 11395 was 11395, checked in by patricwi, 7 years ago

dialogue classes added

File size: 268 bytes
Line 
1#include <vector>
2#include <string>
3
4#include "core/XMLPort.h"
5
6namespace 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.