pokeplatinum/lib/include/nitro/math.h
2022-12-29 13:47:47 +01:00

22 lines
328 B
C

#ifndef NITRO_MATH_H_
#define NITRO_MATH_H_
#include <nitro/math/math.h>
#include <nitro/math/rand.h>
#include <nitro/math/qsort.h>
#include <nitro/math/fft.h>
#include <nitro/math/checksum.h>
#include <nitro/math/crc.h>
#include <nitro/math/dgt.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif