#include "OrxonoxPrereqs.h"
#include <list>
#include <map>
#include <string>
#include "core/OrxonoxClass.h"
Namespaces | |
namespace | orxonox |
Classes | |
struct | orxonox::HintContainer |
struct | orxonox::QuestContainer |
class | orxonox::QuestManager |
Is a Singleton and manages Quests, by registering every Quest/QuestHint (through registerX()) and making them globally accessable (through findX()). Quests (and QuestHints) are registered in the QuestManager with their id, and can be accessed in the same way. More... |