mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-06 14:52:34 +02:00
// Indentation settings for Vim and Emacs etc. lines from all files, as Campbell's patch (except for other changes to Languages.cpp)
15 lines
312 B
C
15 lines
312 B
C
/**********************************************************************
|
|
|
|
Audacity: A Digital Audio Editor
|
|
|
|
Legacy.h
|
|
|
|
Dominic Mazzoni
|
|
|
|
**********************************************************************/
|
|
|
|
#include <wx/defs.h>
|
|
#include <wx/filename.h>
|
|
|
|
bool ConvertLegacyProjectFile(wxFileName filename);
|