blob: 53f27fb7204d98e0617e3174a73a3f54e4cd1e32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef SAFFRON_H
#define SAFFRON_H
#include <SDL3/SDL.h>
#include <SDL3_ttf/SDL_ttf.h>
#include "saffron_api.h"
#include "saffron_button.h"
#include "saffron_text.h"
#include "saffron_widget.h"
#include "saffron_window.h"
#include "saffron_layout.h"
#endif
|