6 lines
76 B
C
6 lines
76 B
C
#ifndef MATH_H
|
|
#define MATH_H
|
|
|
|
float toRad ( float deg );
|
|
|
|
#endif // MATH_H
|