pokeplatinum/lib/include/nitro/math.h
luckytyphlosion ea122df5e9 Match main.c
2022-12-23 16:54:09 -05:00

9 lines
154 B
C

#ifndef NITRO_MATH_H_
#define NITRO_MATH_H_
#include <nitro/math/rand.h>
#include <nitro/math/crc.h>
#include <nitro/math/dgt.h>
#endif //NITRO_MATH_H_