12#ifndef __AUDACITY_ACTIVE_PROJECT__
13#define __AUDACITY_ACTIVE_PROJECT__
AUDACITY_DLL_API std::weak_ptr< AudacityProject > GetActiveProject()
AUDACITY_DLL_API void SetActiveProject(AudacityProject *project)
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...