1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

AudioPluginHost: Embed the assets required for internal plug-ins

This commit is contained in:
Tom Poole 2021-10-29 15:12:12 +01:00
parent 7f21aa4cc6
commit c064b0c604
20 changed files with 11280 additions and 27 deletions

View file

@ -46,9 +46,7 @@
#pragma once
#ifndef PIP_DEMO_UTILITIES_INCLUDED
#include "../Assets/DemoUtilities.h"
#endif
#include "../Assets/DemoUtilities.h"
//==============================================================================
static void showBubbleMessage (Component& targetComponent, const String& textToShow,