aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/graph/font.hpp
blob: 98ce80e7d49f1517d2179dbb20a0536ca5300775 (plain)
1
2
3
4
5
6
#pragma once
#include "resource.hpp"

namespace cru::platform::graph {
struct IFont : virtual IGraphResource {};
}  // namespace cru::platform::graph