Ejemplo n.º 1
0
 bool ResourceWriter::isCompatible(const ResourcePtr& resource) const
 {
     HashType h = resource->getHash();
     return compatible_hash.contains(h);
 }