aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/font.hpp
blob: 750aaae17d8cb78c45895a42422d051eee6bee35 (plain)
1
2
3
4
5
6
7
8
#pragma once
#include "cru/common/base.hpp"

namespace cru::platform {
struct FontDescriptor : virtual Interface {

};
}