mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-16 19:26:36 +01:00
New library for components
This commit is contained in:
10
libraries/lib-components/ModuleInterface.cpp
Normal file
10
libraries/lib-components/ModuleInterface.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
/**********************************************************************
|
||||
|
||||
Audacity: A Digital Audio Editor
|
||||
|
||||
@file ModuleInterface.cpp
|
||||
|
||||
**********************************************************************/
|
||||
#include "ModuleInterface.h"
|
||||
|
||||
ModuleInterface::~ModuleInterface() = default;
|
||||
Reference in New Issue
Block a user