libGimbal
0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
Loading...
Searching...
No Matches
gimbal.h
Go to the documentation of this file.
1
/*! \file
2
\brief Global include file for entire library.
3
4
This one header file is the lazy-man's way of including everything
5
within the entirety of libGimbal's various APIs.
6
7
\warning
8
This could obviously negatively impact compile-times.
9
10
\author 2025 Falco Girgis
11
\copyright MIT License
12
13
*/
14
#
ifndef
GIMBAL_H
15
#
define
GIMBAL_H
16
17
#
include
"gimbal_algorithms.h"
18
#
include
"gimbal_allocators.h"
19
#
include
"gimbal_containers.h"
20
#
include
"gimbal_core.h"
21
#
include
"gimbal_meta.h"
22
#
include
"gimbal_preprocessor.h"
23
#
include
"gimbal_strings.h"
24
#
include
"gimbal_test.h"
25
#
include
"gimbal_utils.h"
26
27
#
endif
lib
api
gimbal
gimbal.h
Generated by
1.13.2