/********************************************************************** Audacity: A Digital Audio Editor ExportMP3.h Dominic Mazzoni **********************************************************************/ #ifndef __AUDACITY_EXPORTMP3__ #define __AUDACITY_EXPORTMP3__ /* --------------------------------------------------------------------------*/ class ExportPlugin; class wxString; class wxWindow; //---------------------------------------------------------------------------- // Constructor //---------------------------------------------------------------------------- ExportPlugin *New_ExportMP3(); //---------------------------------------------------------------------------- // Get MP3 library versioqn //---------------------------------------------------------------------------- wxString GetMP3Version(wxWindow *parent, bool prompt); #endif // Indentation settings for Vim and Emacs and unique identifier for Arch, a // version control system. Please do not modify past this point. // // Local Variables: // c-basic-offset: 3 // indent-tabs-mode: nil // End: // // vim: et sts=3 sw=3 // arch-tag: 697b9941-3e7e-44c1-929e-19d34ed70151