dockapps/wmmoonclock/src/Moon.h
2011-09-21 12:30:46 +02:00

7 lines
80 B
C

#ifndef MOON_H
#define MOON_H
void MiniMoon(double, double*, double*);
#endif