#pragma once namespace materials { void add(const std::string& name, const std::string& data); void clear(); }