1
0
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:
Paul Licameli
2021-02-25 20:52:08 -05:00
parent dd87ec0fbd
commit 54b5f7d12c
55 changed files with 232 additions and 133 deletions

View File

@@ -0,0 +1,10 @@
/**********************************************************************
Audacity: A Digital Audio Editor
@file ModuleInterface.cpp
**********************************************************************/
#include "ModuleInterface.h"
ModuleInterface::~ModuleInterface() = default;