The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- /*
- This file includes the entire juce source tree via the amalgamated file.
-
- You could add the amalgamated file directly to your project, but doing it
- like this allows you to put your app's config settings in the
- juce_AppConfig.h file and have them applied to both the juce headers and
- the source code.
- */
-
- #include "juce_AppConfig.h"
- #include "../../../juce_amalgamated.cpp"
|