pokeplatinum/lib/NitroSDK/include/nitro/math.h
luckytyphlosion 320da2296d Move around library includes.
Old structure: put everything in lib/include
New structure: put library includes in their respective library folder. e.g. lib/NitroDWC/include/dwc.h
2023-01-05 18:53:16 -05: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