#ifndef C_LIB_CMATH #define C_LIB_CMATH #include namespace cM { static s16 atan2s(f32, f32); } // namespace cM #endif