-
Notifications
You must be signed in to change notification settings - Fork 18
/
juce_organicui4.cpp
38 lines (29 loc) · 1.19 KB
/
juce_organicui4.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#include "juce_organicui.h"
//==============================================================================
#include "parrot/ParrotRecord.cpp"
#include "parrot/ParrotRecordManager.cpp"
#include "parrot/Parrot.cpp"
#include "parrot/ParrotManager.cpp"
#include "parrot/ui/ParrotUI.cpp"
#include "parrot/ui/ParrotPanel.cpp"
#include "ui/AssetManager.cpp"
#include "ui/LookAndFeelOO.cpp"
#include "ui/Grabber.cpp"
#include "ui/shapeshifter/GapGrabber.cpp"
#include "ui/shapeshifter/ShapeShifter.cpp"
#include "ui/shapeshifter/ShapeShifterContainer.cpp"
#include "ui/shapeshifter/ShapeShifterContent.cpp"
#include "ui/shapeshifter/ShapeShifterFactory.cpp"
#include "ui/shapeshifter/ShapeShifterManager.cpp"
#include "ui/shapeshifter/ShapeShifterPanel.cpp"
#include "ui/shapeshifter/ShapeShifterPanelHeader.cpp"
#include "ui/shapeshifter/ShapeShifterPanelTab.cpp"
#include "ui/shapeshifter/ShapeShifterWindow.cpp"
#include "ui/UITimers.cpp"
#include "help/HelpPanel.cpp"
#include "undo/UndoMaster.cpp"
#include "remotecontrol/OSCRemoteControl.cpp"
#include "warning/WarningTarget.cpp"
#include "warning/WarningReporter.cpp"
#include "warning/ui/WarningTargetUI.cpp"
#include "warning/ui/WarningReporterPanel.cpp"