Skip to content

Commit

Permalink
Add new Valentine Center Panel
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Nov 25, 2023
1 parent e30c08c commit ec0c0d7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ set(SourceFiles
src/PluginEditor.cpp
src/PluginProcessor.cpp

src/gui/panels/ValentineCenterPanel.h
src/gui/panels/ValentineCenterPanel_legacy.h
src/gui/panels/ValentineMainPanel.h
src/gui/panels/ValentineCenterPanel.cpp
src/gui/panels/ValentineCenterPanel_legacy.cpp
src/gui/panels/ValentineMainPanel.cpp

Expand Down
Empty file.
Empty file.
1 change: 1 addition & 0 deletions src/gui/panels/ValentineMainPanel.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#pragma once

#include "ValentineCenterPanel.h"
#include "ValentineCenterPanel_legacy.h"

#include "tote_bag/juce_gui/components/panels/PresetPanel.h"
Expand Down

0 comments on commit ec0c0d7

Please sign in to comment.