Public Member Functions | |
| Quest (const Common::String &title, const Common::String &text, const bool &unread, const bool &marker) | |
| void | loadState (rapidxml::xml_node< char > *node) |
| void | saveState (rapidxml::xml_document< char > &doc, rapidxml::xml_node< char > *root) |
Public Attributes | |
| Common::String | _title |
| Common::Array< Common::String > | _text |
| bool | _unread |
| bool | _marker |