mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
6 lines
92 B
C
6 lines
92 B
C
#ifndef _SUN_H_
|
|
#define _SUN_H_
|
|
|
|
void sun_predict(double time, double position[3]);
|
|
|
|
#endif
|