1 2 3 4 5 6 7 8
#pragma once #include "cru/common/base.hpp" namespace cru::platform::graph { struct FontDescriptor : virtual Interface { }; }