libGumball 0.0.1
C23-Based, libGimbal-powered UI Library
Loading...
Searching...
No Matches
gumball_core.h
Go to the documentation of this file.
1#ifndef GUM_CORE_H
2#define GUM_CORE_H
3
4// View this file's documentation online: https://libgumball.psyops.studio/gumball__core_8h.html
5
6/*! \file
7 * \brief Core module-wide include
8 * \ingroup core
9 *
10 * \author 2025 Agustín Bellagamba
11 * \copyright MIT License
12*/
13
14#include "core/gumball_backend.h"
15#include "core/gumball_logger.h"
16#include "core/gumball_manager.h"
17
18/*! \defgroup core Core
19 * \brief Core functionality
20 *
21 * The core module provides core functionality for the whole library,
22 * such as logging, resource management, and the abstract backend.
23*/
24
25#endif // GUM_CORE_H