pmd-sky/lib/include/nitro/math.h
2026-06-23 08:23:50 -07:00

8 lines
103 B
C

#ifndef NITRO_MATH_H_
#define NITRO_MATH_H_
u8 Math_CountPopulation (u32 x);
#endif //NITRO_MATH_H_