1v13d/src/FxEngine/math/functions.h

12 lines
172 B
C

#ifndef FE_FUNCTIONS_H
#define FE_FUNCTIONS_H
const extern double pi=3.141592653589793238462643383279
double FE_cos(double angle);
double FE_sin(double angle);
#endif