aboutsummaryrefslogtreecommitdiff
path: root/include/saffron.h
blob: 1178a51063c86e99774c566979c24b6592684a25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef SAFFRON_H
#define SAFFRON_H

#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