mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-28 08:46:06 +02:00
New library for components
Based off the work of Paul and adapted for Tenacity.
Original commit: 54b5f7d12c
Co-authored-by: Paul Licameli <paul.licameli@audacityteam.org>
Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
18
libraries/lib-components/EffectInterface.cpp
Normal file
18
libraries/lib-components/EffectInterface.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
/**********************************************************************
|
||||
|
||||
Tenacity
|
||||
|
||||
@file EffectInterface.cpp
|
||||
|
||||
**********************************************************************/
|
||||
#include "EffectInterface.h"
|
||||
|
||||
EffectDefinitionInterface::~EffectDefinitionInterface() = default;
|
||||
|
||||
EffectHostInterface::~EffectHostInterface() = default;
|
||||
|
||||
EffectClientInterface::~EffectClientInterface() = default;
|
||||
|
||||
EffectUIHostInterface::~EffectUIHostInterface() = default;
|
||||
|
||||
EffectUIClientInterface::~EffectUIClientInterface() = default;
|
||||
Reference in New Issue
Block a user