#pragma once #include "../indexer/feature_data.hpp" struct XMLElement; namespace ftype { /// Get the types, name and layer for feature with the tree of tags. void GetNameAndType(XMLElement * p, FeatureParams & params); /// @return 'boundary-administrative' type. uint32_t GetBoundaryType2(); }