mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-07 07:57:43 +02:00
16 lines
313 B
C++
16 lines
313 B
C++
/**********************************************************************
|
|
|
|
Audacity: A Digital Audio Editor
|
|
|
|
Legacy.h
|
|
|
|
Dominic Mazzoni
|
|
|
|
**********************************************************************/
|
|
|
|
#include <wx/defs.h>
|
|
|
|
class wxFileName;
|
|
|
|
bool ConvertLegacyProjectFile(const wxFileName &filename);
|