From 936ea8a0134ed8095f9496ebe1571866509530d7 Mon Sep 17 00:00:00 2001 From: Egor Ananyin Date: Sat, 23 May 2020 09:22:31 +0300 Subject: Rename header files to avoid confusion --- arm9/lib/include/MATH_pop.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 arm9/lib/include/MATH_pop.h (limited to 'arm9/lib/include/MATH_pop.h') diff --git a/arm9/lib/include/MATH_pop.h b/arm9/lib/include/MATH_pop.h new file mode 100644 index 00000000..89dab0c0 --- /dev/null +++ b/arm9/lib/include/MATH_pop.h @@ -0,0 +1,8 @@ +#ifndef GUARD_MATH_POP_H +#define GUARD_MATH_POP_H + +#include "types.h" + +u8 MATH_CountPopulation(u32); + +#endif -- cgit v1.2.3