SH4ZAM! 0.1.0
Fast math library for the Sega Dreamcast's SH4 CPU
Loading...
Searching...
No Matches
shz_complex.hpp
Go to the documentation of this file.
1/*! \file
2 \brief Complex number C++ API
3 \ingroup complex
4
5 This file contains the C++ layer for wrapping the Complex
6 Number C API.
7
8 \author 2026 Falco Girgis
9
10 \copyright MIT License
11*/
12
13#ifndef SHZ_COMPLEX_HPP
14#define SHZ_COMPLEX_HPP
15
16#include "shz_complex.h"
17
18#endif