mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-10 09:27:43 +02:00
20 lines
455 B
C
20 lines
455 B
C
/**********************************************************************
|
|
|
|
Audacity: A Digital Audio Editor
|
|
|
|
ImportOGG.h
|
|
|
|
Joshua Haberman
|
|
|
|
**********************************************************************/
|
|
|
|
#ifndef __AUDACITY_IMPORT_OGG__
|
|
#define __AUDACITY_IMPORT_OGG__
|
|
|
|
#include "ImportForwards.h"
|
|
|
|
void GetOGGImportPlugin(ImportPluginList &importPluginList,
|
|
UnusableImportPluginList &unusableImportPluginList);
|
|
|
|
#endif
|