Add TAL-Reverb-II plugin to test
[juce-lv2.git] / juce / source / extras / JuceDemo / JuceLibraryCode / BinaryData.h
blob144c76746778294c36b15ae8a023103cce6050f4
1 /* =========================================================================================
3 This is an auto-generated file, created by The Introjucer 3.0.0
4 Do not edit anything in this file!
6 */
8 namespace BinaryData
10 extern const char* cello_wav;
11 const int cello_wavSize = 46348;
13 extern const char* demo_table_data_xml;
14 const int demo_table_data_xmlSize = 5239;
16 extern const char* icons_zip;
17 const int icons_zipSize = 83876;
19 extern const char* juce_png;
20 const int juce_pngSize = 15290;
22 extern const char* treedemo_xml;
23 const int treedemo_xmlSize = 1126;
25 // If you provide the name of one of the binary resource variables above, this function will
26 // return the corresponding data and its size (or a null pointer if the name isn't found).
27 const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();