Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Dialogue_FS17/src/modules/dialogue/NextQuestion.h @ 11393

Last change on this file since 11393 was 11393, checked in by rrogge, 7 years ago

Singleton funktioniert

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.