//------------------------------------------------------------------------------ // File: main.h // Author: George Bain, // Date: May 8, 1997 // Description: Prototypes // Copyright (C) 1997 George Bain, All Rights Reserved //------------------------------------------------------------------------------ #ifndef _MAIN_H #define _MAIN_H //-------------------------------------------------------------------------- // P R O T O T Y P E S //-------------------------------------------------------------------------- void ControllerInput( void ); void InitGame( void ); void DeInitGame( void ); #endif //--------------------------------EOF---------------------------------------