22 #include "common/hashmap.h" 23 #include "common/str.h" 24 #include "common/formats/xmlparser.h" 25 #include "tetraedge/game/inventory.h" 27 #ifndef TETRAEDGE_GAME_INVENTORY_OBJECTS_XML_PARSER_H 28 #define TETRAEDGE_GAME_INVENTORY_OBJECTS_XML_PARSER_H 40 XML_PROP(isDocument,
false)
41 XML_PROP(description,
false)
46 bool parserCallback_document(
ParserNode *node) {
return true; };
57 #endif // TETRAEDGE_GAME_INVENTORY_OBJECTS_XML_PARSER_H Definition: detection.h:27
Definition: inventory_objects_xml_parser.h:32
bool handleUnknownKey(ParserNode *node) override
Definition: xmlparser.h:145
Definition: xmlparser.h:98