mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-13 07:46:33 +00:00
8 lines
125 B
C
8 lines
125 B
C
#ifndef NITRO_MATH_H_
|
|
#define NITRO_MATH_H_
|
|
|
|
#include <nitro/math/crc.h>
|
|
#include <nitro/math/dgt.h>
|
|
|
|
#endif //NITRO_MATH_H_
|