libGumball 0.0.1
C23-Based, libGimbal-powered UI Library
Loading...
Searching...
No Matches
gumball_elements.h
Go to the documentation of this file.
1#ifndef GUM_ELEMENTS_H
2#define GUM_ELEMENTS_H
3
4// View this file's documentation online: https://libgumball.psyops.studio/gumball__elements_8h.html
5
6/*! \file
7 \brief Elements module-wide include
8 \ingroup elements
9
10 \todo
11 - GUM_Dialogue
12 - Animations
13 - GUM_Property_set/get
14
15 \author 2025 Agustín Bellagamba
16 \copyright MIT License
17*/
18
19#include "elements/gumball_root.h"
20#include "elements/gumball_widget.h"
21#include "elements/gumball_button.h"
22#include "elements/gumball_container.h"
23#include "elements/gumball_controller.h"
24#include "elements/gumball_common.h"
25
26/*! \defgroup elements Elements
27 \brief Element types
28
29 Elements are the fundamental objects of the library.
30
31*/
32
33#endif // GUM_ELEMENTS_H