mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-10 04:45:27 -05: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_
|