//--------------------------------------------------------------------- // File: cdread.h // Copyright (C) 1997 Sony Computer Entertainment Inc., // All Rights Reserved //--------------------------------------------------------------------- //--------------------------------------------------------------------- // P R O T O T Y P E S //--------------------------------------------------------------------- // cd read void DataFileSearch( void ); void DataFileRead( void ); //--------------------------------EOF----------------------------------