7 lines
80 B
C
7 lines
80 B
C
|
#ifndef MOON_H
|
||
|
#define MOON_H
|
||
|
|
||
|
void MiniMoon(double, double*, double*);
|
||
|
|
||
|
#endif
|