//------------------------------------------------------------------------------ // File: stars.c // Author: George Bain // Date: May 25, 1997 // Description: Star related routines // Copyright (C) 1997 George Bain, All Rights Reserved //------------------------------------------------------------------------------ //------------------------------------------------------------------------------ // I N C L U D E S //------------------------------------------------------------------------------ #include // standard Sony library #include "stars.h" #include "gfx.h" //------------------------------------------------------------------------------ // G L O B A L S //------------------------------------------------------------------------------ particle_handler stars[NUM_STARS]; // the star particles short velocity_one = 1, // velocities for stars velocity_two = 2, velocity_three = 3; //------------------------------------------------------------------------------ // Function: InitStars() // Description: Initialize the stars // Parameters: none // Returns: void // Notes: N/A //------------------------------------------------------------------------------ void InitStars( void ) { int index; for( index=0; index