// File : DogFight.c // Author : John Wojcik ( QuietBloke ) // Created : September 2000 // Desc : My first game written using my 2D Game framework. // The game is very simple. Two biplanes battle it out in the // Yaroze sky for air supremacy. // // History : // Date Author Description // -------- --------------- ---------------------------------------- void AcceleratePlane ( int CurrentPlayer ); void FreeFallPlane ( int CurrentPlayer );