mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 00:29:41 +02:00
// Indentation settings for Vim and Emacs etc. lines from all files, as Campbell's patch (except for other changes to Languages.cpp)
17 lines
357 B
C
17 lines
357 B
C
/**********************************************************************
|
|
|
|
Audacity: A Digital Audio Editor
|
|
|
|
Benchmark.h
|
|
|
|
Dominic Mazzoni
|
|
|
|
**********************************************************************/
|
|
|
|
#ifndef __AUDACITY_BENCHMARK__
|
|
#define __AUDACITY_BENCHMARK__
|
|
|
|
void RunBenchmark(wxWindow *parent);
|
|
|
|
#endif // define __AUDACITY_BENCHMARK__
|