Files
ph/include/lib/math.h
T
2023-12-20 10:38:50 +01:00

9 lines
108 B
C

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