mobiground/math.h
2025-02-21 18:09:12 +02:00

6 lines
76 B
C

#ifndef MATH_H
#define MATH_H
float toRad ( float deg );
#endif // MATH_H