aboutsummaryrefslogtreecommitdiff
path: root/include/saffron.h
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-04-07 11:13:23 +1200
committerArslaan Pathan <[email protected]>2026-04-07 11:13:23 +1200
commit04ff8c0a6acc2cc9204492690b7f99f892ed439a (patch)
treef1e2eb213c95f51ba0b97089aa04b60b7d19330d /include/saffron.h
parent7fba8447b9ce0c74808b943d9fe7f56b9663c4cf (diff)
downloadsaffron-04ff8c0a6acc2cc9204492690b7f99f892ed439a.tar.xz
saffron-04ff8c0a6acc2cc9204492690b7f99f892ed439a.zip
Refactor things, and start implementing API widgets
Diffstat (limited to 'include/saffron.h')
-rw-r--r--include/saffron.h9
1 files changed, 9 insertions, 0 deletions
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