libGumball 0.0.1
C23-Based, libGimbal-powered UI Library
Loading...
Searching...
No Matches
gumball_types.h
Go to the documentation of this file.
1#ifndef GUM_TYPES_H
2#define GUM_TYPES_H
3
4// View this file's documentation online: https://libgumball.psyops.studio/gumball__types_8h.html
5
6/*! \file
7 * \brief Types module-wide include
8 * \ingroup types
9 *
10 * Custom types used by libGumball
11 *
12 * \author 2025 Agustín Bellagamba
13 * \copyright MIT License
14*/
15
16#include "types/gumball_event.h"
17#include "types/gumball_font.h"
18#include "types/gumball_texture.h"
19#include "types/gumball_color.h"
20#include "types/gumball_rectangle.h"
21#include "types/gumball_vector2.h"
22#include "types/gumball_renderer.h"
23
24/*! \defgroup types Types
25 \brief Types
26*/
27
28#endif // GUM_TYPES_H