Files
ss/include/c/c_math.h
T
2023-12-24 09:59:13 -05:00

11 lines
132 B
C++

#ifndef C_LIB_CMATH
#define C_LIB_CMATH
#include <common.h>
namespace cM {
static s16 atan2s(f32, f32);
} // namespace cM
#endif