From 4fbf7e5b7b5325828099456c347183ba92864862 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 26 Apr 2026 10:52:34 +1200 Subject: [feat] add some stuff?? --- include/saffron_text.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'include/saffron_text.h') diff --git a/include/saffron_text.h b/include/saffron_text.h index e69de29..51bfc47 100644 --- a/include/saffron_text.h +++ b/include/saffron_text.h @@ -0,0 +1,15 @@ +#ifndef SAFFRON_TEXT_H +#define SAFFRON_TEXT_H + +#include "saffron_widget.h" +#include +#include + +typedef struct { + SaffronWidget base; + char* text; + TTF_Font* font; + SDL_Color color; +} SaffronText; + +#endif -- cgit v1.2.3