Audacity 3.2.0
Screenshot.h
Go to the documentation of this file.
1/**********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 Screenshot.h
6
7 Dominic Mazzoni
8
9*******************************************************************//*******************************************************************/
18
19#ifndef __AUDACITY_SCREENSHOT__
20#define __AUDACITY_SCREENSHOT__
21
22
23
24#include <wx/defs.h>
25
26class AudacityProject;
27
28#endif // __AUDACITY_SCREENSHOT__
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition: Project.h:90