mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-29 14:48:39 +02:00
20 lines
455 B
C
20 lines
455 B
C
/**********************************************************************
|
|
|
|
Audacity: A Digital Audio Editor
|
|
|
|
ImportMP3.h
|
|
|
|
Dominic Mazzoni
|
|
|
|
**********************************************************************/
|
|
|
|
#ifndef __AUDACITY_IMPORT_MP3__
|
|
#define __AUDACITY_IMPORT_MP3__
|
|
|
|
#include "ImportForwards.h"
|
|
|
|
void GetMP3ImportPlugin(ImportPluginList &importPluginList,
|
|
UnusableImportPluginList &unusableImportPluginList);
|
|
|
|
#endif
|