libGumball 0.0.1
C23-Based, libGimbal-powered UI Library
Loading...
Searching...
No Matches
gumball_ifaces.h
Go to the documentation of this file.
1#ifndef GUMBALL_IFACES_H
2#define GUMBALL_IFACES_H
3
4// View this file's documentation online: https://libgumball.psyops.studio/gumball__ifaces_8h.html
5
6/*! \file
7 * \brief Interfaces module-wide include
8 * \ingroup ifaces
9 *
10 * libGumball interfaces that can be implemented by types
11 *
12 * \author 2025 Agustín Bellagamba
13 * \copyright MIT License
14*/
15
16#include "ifaces/gumball_iresource.h"
17
18
19/*! \defgroup ifaces Interfaces
20 \brief Interfaces
21*/
22
23#endif // GUMBALL_IFACES_H