libGumball 0.0.2
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_font.h"
17#include "types/gumball_texture.h"
18#include "types/gumball_color.h"
19#include "types/gumball_rectangle.h"
20#include "types/gumball_vector2.h"
21#include "types/gumball_renderer.h"
22
23/*! \defgroup types Types
24 \brief Types
25*/
26
27#endif // GUM_TYPES_H