SH4ZAM! 0.1.0
Fast math library for the Sega Dreamcast's SH4 CPU
Loading...
Searching...
No Matches
shz_sh4zam.hpp
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_HPP
13#define SHZ_SH4ZAM_HPP
14
15#include "shz_cdefs.hpp"
16#include "shz_mem.hpp"
17#include "shz_scalar.hpp"
18#include "shz_trig.hpp"
19#include "shz_vector.hpp"
20#include "shz_quat.hpp"
21#include "shz_matrix.hpp"
22#include "shz_xmtrx.hpp"
23#include "shz_circle.hpp"
24#include "shz_complex.hpp"
25
26#endif