|
libnova
v 0.15.0
|
00001 /* 00002 * This library is free software; you can redistribute it and/or 00003 * modify it under the terms of the GNU Lesser General Public 00004 * License as published by the Free Software Foundation; either 00005 * version 2 of the License, or (at your option) any later version. 00006 * 00007 * This library is distributed in the hope that it will be useful, 00008 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00009 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00010 * Lesser General Public License for more details. 00011 * 00012 * You should have received a copy of the GNU General Public License 00013 * along with this program; if not, write to the Free Software 00014 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00015 * 00016 * Copyright (C) 2000 - 2005 Liam Girdwood 00017 */ 00018 00019 #define LIBNOVA_VERSION "0.15.0" 00020 00098 #ifndef _LN_LIBNOVA_H 00099 #define _LN_LIBNOVA_H 00100 00101 #include <libnova/ln_types.h> 00102 #include <libnova/julian_day.h> 00103 #include <libnova/dynamical_time.h> 00104 #include <libnova/sidereal_time.h> 00105 #include <libnova/transform.h> 00106 #include <libnova/nutation.h> 00107 #include <libnova/aberration.h> 00108 #include <libnova/apparent_position.h> 00109 #include <libnova/solar.h> 00110 #include <libnova/precession.h> 00111 #include <libnova/proper_motion.h> 00112 #include <libnova/mercury.h> 00113 #include <libnova/venus.h> 00114 #include <libnova/earth.h> 00115 #include <libnova/mars.h> 00116 #include <libnova/jupiter.h> 00117 #include <libnova/saturn.h> 00118 #include <libnova/uranus.h> 00119 #include <libnova/neptune.h> 00120 #include <libnova/pluto.h> 00121 #include <libnova/vsop87.h> 00122 #include <libnova/lunar.h> 00123 #include <libnova/elliptic_motion.h> 00124 #include <libnova/asteroid.h> 00125 #include <libnova/comet.h> 00126 #include <libnova/parabolic_motion.h> 00127 #include <libnova/refraction.h> 00128 #include <libnova/rise_set.h> 00129 #include <libnova/angular_separation.h> 00130 #include <libnova/ln_types.h> 00131 #include <libnova/utility.h> 00132 #include <libnova/hyperbolic_motion.h> 00133 #include <libnova/parallax.h> 00134 #include <libnova/airmass.h> 00135 #include <libnova/heliocentric_time.h> 00136 00137 #endif
1.7.5.1