mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-31 15:17:20 -05:00
9 lines
154 B
C
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_
|