From 6716c2899b7a71013647cb84d97bd85c6fbe5888 Mon Sep 17 00:00:00 2001 From: Bach Le <bach@bullno1.com> Date: Mon, 18 Nov 2024 07:15:54 +0800 Subject: [PATCH] Forward declare Clay__OpenTextElement --- clay.h | 1 + 1 file changed, 1 insertion(+) diff --git a/clay.h b/clay.h index 8d40e26..bca7e9e 100644 --- a/clay.h +++ b/clay.h @@ -464,6 +464,7 @@ Clay_ScrollElementConfig * Clay__StoreScrollElementConfig(Clay_ScrollElementConf Clay_BorderElementConfig * Clay__StoreBorderElementConfig(Clay_BorderElementConfig config); Clay_ElementId Clay__HashString(Clay_String key, uint32_t offset, uint32_t seed); void Clay__Noop(); +void Clay__OpenTextElement(Clay_String text, Clay_TextElementConfig *textConfig); extern Clay_Color Clay__debugViewHighlightColor; extern uint32_t Clay__debugViewWidth;