Skip to content

Commit

Permalink
Add ValentineTopPanel files
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Aug 7, 2023
1 parent 7a57a16 commit 9c6fec2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions src/gui/panels/ValentineTopPanel.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// 2023 Tote Bag Labs

#include "ValentineTopPanel.h"
5 changes: 5 additions & 0 deletions src/gui/panels/ValentineTopPanel.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// 2023 Tote Bag Labs

#pragma once

#include <juce_gui_basics/juce_gui_basics.h>

0 comments on commit 9c6fec2

Please sign in to comment.