SH4ZAM! 0.1.0
Fast math library for the Sega Dreamcast's SH4 CPU
Loading...
Searching...
No Matches
shz_sh4zam.h
Go to the documentation of this file.
1/*! \file
2 * \brief Aggregate include file for C API.
3 *
4 * This file is intended to be a way to include everything
5 * the SH4ZAM library has to offer to the C language within
6 * a single header file.
7 *
8 * \author 2025, 2026 Falco Girgis
9 * \copyright MIT License
10 */
11
12#ifndef SHZ_SH4ZAM_H
13#define SHZ_SH4ZAM_H
14
15#include "shz_cdefs.h"
16#include "shz_mem.h"
17#include "shz_scalar.h"
18#include "shz_trig.h"
19#include "shz_vector.h"
20#include "shz_quat.h"
21#include "shz_matrix.h"
22#include "shz_xmtrx.h"
23#include "shz_circle.h"
24#include "shz_complex.h"
25
26#endif