/* * PARSEC HEADER: g_stars.h */ #ifndef _G_STARS_H_ #define _G_STARS_H_ // external functions void InitFixedStars(); void DrawFixedStars(); void InitPseudoStars(); void DrawPseudoStars(); #endif // _G_STARS_H_