From 0f19e5f0175b0e031257ccd22f42e21baaf2f720 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Wed, 8 Apr 2026 18:21:40 +1200 Subject: Implement saffron_window_main and saffron_quit, among a few other missing APIs, and get an actual API test to work. IT WORKS IT WORKS IT WORKS THIS IS SO PEAK IT WORKS OHMYGOD IT WORKS FINALLY IT WORKS IT WORKS IT WOORKSKSKSKSKKS!!!!!! --- include/saffron.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/saffron.h b/include/saffron.h index 8682ac4..aae8086 100644 --- a/include/saffron.h +++ b/include/saffron.h @@ -1,6 +1,7 @@ #ifndef SAFFRON_H #define SAFFRON_H +#include "saffron_api.h" #include "saffron_button.h" #include "saffron_text.h" #include "saffron_widget.h" -- cgit v1.2.3