#ifndef LIB_MATH_H #define LIB_MATH_H #include "types.h" extern "C" u32 FastDivide(u32 a, u32 b); #endif