pmd-sky/lib/include/nitro/math.h
2026-07-16 07:36:58 -07:00

10 lines
132 B
C

#ifndef NITRO_MATH_H_
#define NITRO_MATH_H_
u8 Math_CountPopulation (u32 x);
#include <nitro/math/dgt.h>
#endif //NITRO_MATH_H_