diff options
Diffstat (limited to 'include/cru/platform/graph/font.hpp')
-rw-r--r-- | include/cru/platform/graph/font.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/cru/platform/graph/font.hpp b/include/cru/platform/graph/font.hpp new file mode 100644 index 00000000..5af369e5 --- /dev/null +++ b/include/cru/platform/graph/font.hpp @@ -0,0 +1,8 @@ +#pragma once +#include "cru/common/base.hpp" + +namespace cru::platform::graph { +struct FontDescriptor : virtual Interface { + +}; +} |