mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 02:37:05 -05:00
8 lines
103 B
C
8 lines
103 B
C
#ifndef NITRO_MATH_H_
|
|
#define NITRO_MATH_H_
|
|
|
|
u8 Math_CountPopulation (u32 x);
|
|
|
|
#endif //NITRO_MATH_H_
|
|
|