mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 02:37:05 -05:00
10 lines
132 B
C
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_
|
|
|