From ec201783e4b4733770648c2f92c3ffb9629bb7f7 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 2 Apr 2019 21:57:01 +0800 Subject: ... --- include/cru/platform/font.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/cru/platform/font.hpp (limited to 'include/cru/platform/font.hpp') diff --git a/include/cru/platform/font.hpp b/include/cru/platform/font.hpp new file mode 100644 index 00000000..750aaae1 --- /dev/null +++ b/include/cru/platform/font.hpp @@ -0,0 +1,8 @@ +#pragma once +#include "cru/common/base.hpp" + +namespace cru::platform { +struct FontDescriptor : virtual Interface { + +}; +} -- cgit v1.2.3