|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <questlog.h>
Public Attributes | |
| std::string | name |
| Section | section =Section::Mission |
| Status | status =Status::Running |
| std::vector< std::string > | entry |
Definition at line 25 of file questlog.h.
| std::vector<std::string> QuestLog::Quest::entry |
Definition at line 30 of file questlog.h.
| std::string QuestLog::Quest::name |
Definition at line 26 of file questlog.h.
| Section QuestLog::Quest::section =Section::Mission |
Definition at line 27 of file questlog.h.
| Status QuestLog::Quest::status =Status::Running |
Definition at line 28 of file questlog.h.