#pragma once #include "fesa/ModuleInfo.hpp" namespace fesa::module { inline constexpr std::string_view kMaterial = "Material"; } // namespace fesa::module