From 04ff8c0a6acc2cc9204492690b7f99f892ed439a Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Tue, 7 Apr 2026 11:13:23 +1200 Subject: Refactor things, and start implementing API widgets --- include/saffron.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/saffron.h (limited to 'include/saffron.h') diff --git a/include/saffron.h b/include/saffron.h new file mode 100644 index 0000000..8682ac4 --- /dev/null +++ b/include/saffron.h @@ -0,0 +1,9 @@ +#ifndef SAFFRON_H +#define SAFFRON_H + +#include "saffron_button.h" +#include "saffron_text.h" +#include "saffron_widget.h" +#include "saffron_window.h" + +#endif -- cgit v1.2.3