From b6b93c74ea73dd04ed9526e495f038a90e810fb8 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 21 Apr 1998 17:02:27 +0000 Subject: [PATCH] Prepairing for C++ integration. --- Astro/moon.h | 22 ++++++++++++++++++---- Astro/orbits.h | 21 +++++++++++++++++---- Astro/planets.h | 19 ++++++++++++++++--- Astro/sky.h | 17 +++++++++++++++-- Astro/stars.h | 20 +++++++++++++++++--- Astro/sun.h | 17 +++++++++++++++-- 6 files changed, 98 insertions(+), 18 deletions(-) diff --git a/Astro/moon.h b/Astro/moon.h index f43820ae..ff7b2107 100644 --- a/Astro/moon.h +++ b/Astro/moon.h @@ -26,6 +26,11 @@ #define _MOON_H +#ifdef __cplusplus +extern "C" { +#endif + + #include #include