satdump/src-core/libs/predict/sun.h
2021-10-09 14:57:07 +02:00

6 lines
92 B
C

#ifndef _SUN_H_
#define _SUN_H_
void sun_predict(double time, double position[3]);
#endif