libnova  v 0.16.0
libnova.h
1 /*
2  * This library is free software; you can redistribute it and/or
3  * modify it under the terms of the GNU Lesser General Public
4  * License as published by the Free Software Foundation; either
5  * version 2 of the License, or (at your option) any later version.
6  *
7  * This library is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10  * Lesser General Public License for more details.
11  *
12  * You should have received a copy of the GNU General Public License
13  * along with this program; if not, write to the Free Software
14  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15  *
16  * Copyright (C) 2000 - 2005 Liam Girdwood <lgirdwood@gmail.com>
17  */
18 
19 #define LIBNOVA_VERSION "0.15.0"
20 
94 #ifndef _LN_LIBNOVA_H
95 #define _LN_LIBNOVA_H
96 
97 #include <libnova/ln_types.h>
98 #include <libnova/julian_day.h>
99 #include <libnova/dynamical_time.h>
100 #include <libnova/sidereal_time.h>
101 #include <libnova/transform.h>
102 #include <libnova/nutation.h>
103 #include <libnova/aberration.h>
104 #include <libnova/apparent_position.h>
105 #include <libnova/solar.h>
106 #include <libnova/precession.h>
107 #include <libnova/proper_motion.h>
108 #include <libnova/mercury.h>
109 #include <libnova/venus.h>
110 #include <libnova/earth.h>
111 #include <libnova/mars.h>
112 #include <libnova/jupiter.h>
113 #include <libnova/saturn.h>
114 #include <libnova/uranus.h>
115 #include <libnova/neptune.h>
116 #include <libnova/pluto.h>
117 #include <libnova/vsop87.h>
118 #include <libnova/lunar.h>
119 #include <libnova/elliptic_motion.h>
120 #include <libnova/asteroid.h>
121 #include <libnova/comet.h>
122 #include <libnova/parabolic_motion.h>
123 #include <libnova/refraction.h>
124 #include <libnova/rise_set.h>
125 #include <libnova/angular_separation.h>
126 #include <libnova/ln_types.h>
127 #include <libnova/utility.h>
128 #include <libnova/hyperbolic_motion.h>
129 #include <libnova/parallax.h>
130 #include <libnova/airmass.h>
131 #include <libnova/heliocentric_time.h>
132 #include <libnova/constellation.h>
133 
134 #endif