mirror of
https://github.com/zeldaret/ss
synced 2026-05-23 23:05:20 -04:00
11 lines
132 B
C++
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
|