From b3a430b85bf6022f3216ea5b87d5ed933bf69f10 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Mon, 22 Mar 2021 16:40:21 +0100 Subject: feat(buchstabensuppe.h): don't depend on external headers Should make dynamic linking a lot more convenient. --- include/buchstabensuppe.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/buchstabensuppe.h b/include/buchstabensuppe.h index 86467b4..461d96f 100644 --- a/include/buchstabensuppe.h +++ b/include/buchstabensuppe.h @@ -6,9 +6,6 @@ #include -#include -#include - #include #include @@ -41,6 +38,9 @@ bs_utf32_buffer_t bs_decode_utf8(const char *, size_t); * @{ */ +typedef struct hb_font_t hb_font_t; +typedef struct SFT_Font SFT_Font; + typedef struct bs_font { hb_font_t *bs_font_hb; SFT_Font *bs_font_schrift; -- cgit 1.4.1