1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00
audacity/src/Screenshot.h
martynshaw99 4ce2643d5f Remove the
// Indentation settings for Vim and Emacs
etc. lines from all files, as Campbell's patch (except for other changes to Languages.cpp)
2013-09-24 00:14:37 +00:00

30 lines
679 B
C

/**********************************************************************
Audacity: A Digital Audio Editor
Screenshot.h
Dominic Mazzoni
*******************************************************************//**
\file Screenshot.h
Opens a modeless dialog that aids in rearranging the project window
to a canonical size and state and then capturing full and partial
screenshots to disk.
*//*******************************************************************/
#ifndef __AUDACITY_SCREENSHOT__
#define __AUDACITY_SCREENSHOT__
#include "../Audacity.h"
#include "wx/defs.h"
void OpenScreenshotTools();
void CloseScreenshotTools();
#endif // __AUDACITY_SCREENSHOT__