1v13d/src/FxEngine/functions.h

12 lines
140 B
C

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