mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-19 23:34:51 -05:00
9 lines
109 B
C
9 lines
109 B
C
#ifndef GUARD_MATH_POP_H
|
|
#define GUARD_MATH_POP_H
|
|
|
|
#include "types.h"
|
|
|
|
u8 MATH_CountPopulation(u32);
|
|
|
|
#endif
|