//--------------------------------------------------------------------- // File: sound.h // Copyright (C) 1997 Sony Computer Entertainment Inc., // All Rights Reserved //--------------------------------------------------------------------- #ifndef _SOUND_H #define _SOUND_H //--------------------------------------------------------------------- // P R O T O T Y P E S //--------------------------------------------------------------------- void PlaySound( void ); void InitSound( void ); void StopSound( void ); #endif //--------------------------------EOF----------------------------------