Skip to content

Commit

Permalink
Forward declare Clay__OpenTextElement (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
bullno1 authored Nov 18, 2024
1 parent f517c00 commit c5a1c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clay.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c5a1c1a

Please sign in to comment.