//------------------------------------------------------------------------------ // File: bossone.h // Author: George Bain, // Date: May 22, 1997 // Description: Prototypes // Copyright (C) 1997 George Bain, All Rights Reserved //------------------------------------------------------------------------------ #ifndef _BOSSONE_H #define _BOSSONE_H //------------------------------------------------------------------------------ // P R O T O T Y P E S //------------------------------------------------------------------------------ void DrawBossOne( void ); void ControlBossOne( void ); void MoveBossOne( void ); #endif //-----------------------------------EOF----------------------------------------