aboutsummaryrefslogtreecommitdiff
path: root/include/saffron.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/saffron.h')
-rw-r--r--include/saffron.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/saffron.h b/include/saffron.h
index 53f27fb..1178a51 100644
--- a/include/saffron.h
+++ b/include/saffron.h
@@ -4,11 +4,19 @@
#include <SDL3/SDL.h>
#include <SDL3_ttf/SDL_ttf.h>
+/* Dear LSP,
+ * I KNOW THESE ARE NOT USED
+ * PLEASE LEAVE ME ALONE
+ * Kind regards,
+ * Arslaan Pathan
+ * 2026-04-30
+*/
#include "saffron_api.h"
#include "saffron_button.h"
#include "saffron_text.h"
#include "saffron_widget.h"
#include "saffron_window.h"
#include "saffron_layout.h"
+#include "saffron_theme.h"
#endif