diff --git a/CMakeLists.txt b/CMakeLists.txt index f442fd2b..c2649278 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,8 +72,10 @@ set(SourceFiles src/gui/panels/ValentineCenterPanel.h src/gui/panels/ValentineMainPanel.h + src/gui/panels/ValentineTopPanel.h src/gui/panels/ValentineCenterPanel.cpp src/gui/panels/ValentineMainPanel.cpp + src/gui/panels/ValentineTopPanel.cpp libs/tote_bag/dsp/AudioHelpers.h libs/tote_bag/dsp/CircularBuffer.h diff --git a/src/gui/panels/ValentineTopPanel.cpp b/src/gui/panels/ValentineTopPanel.cpp new file mode 100644 index 00000000..a3b5859c --- /dev/null +++ b/src/gui/panels/ValentineTopPanel.cpp @@ -0,0 +1,3 @@ +// 2023 Tote Bag Labs + +#include "ValentineTopPanel.h" \ No newline at end of file diff --git a/src/gui/panels/ValentineTopPanel.h b/src/gui/panels/ValentineTopPanel.h new file mode 100644 index 00000000..dd7607a5 --- /dev/null +++ b/src/gui/panels/ValentineTopPanel.h @@ -0,0 +1,5 @@ +// 2023 Tote Bag Labs + +#pragma once + +#include