Proper connect_port
[juce-lv2.git] / juce / source / extras / Introjucer / JuceLibraryCode / BinaryData.h
blobc6d94d1f6883535f6f425ec9f5c857ae6d982b22
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* AudioPluginXCodeScript_txt;
11 const int AudioPluginXCodeScript_txtSize = 1449;
13 extern const char* brushed_aluminium_png;
14 const int brushed_aluminium_pngSize = 14724;
16 extern const char* jucer_AudioPluginEditorTemplate_cpp;
17 const int jucer_AudioPluginEditorTemplate_cppSize = 1003;
19 extern const char* jucer_AudioPluginEditorTemplate_h;
20 const int jucer_AudioPluginEditorTemplate_hSize = 794;
22 extern const char* jucer_AudioPluginFilterTemplate_cpp;
23 const int jucer_AudioPluginFilterTemplate_cppSize = 4468;
25 extern const char* jucer_AudioPluginFilterTemplate_h;
26 const int jucer_AudioPluginFilterTemplate_hSize = 2413;
28 extern const char* jucer_MainConsoleAppTemplate_cpp;
29 const int jucer_MainConsoleAppTemplate_cppSize = 483;
31 extern const char* jucer_MainTemplate_cpp;
32 const int jucer_MainTemplate_cppSize = 1820;
34 extern const char* jucer_NewCppFileTemplate_cpp;
35 const int jucer_NewCppFileTemplate_cppSize = 232;
37 extern const char* jucer_NewCppFileTemplate_h;
38 const int jucer_NewCppFileTemplate_hSize = 308;
40 extern const char* jucer_WindowTemplate_cpp;
41 const int jucer_WindowTemplate_cppSize = 794;
43 extern const char* jucer_WindowTemplate_h;
44 const int jucer_WindowTemplate_hSize = 1229;
46 extern const char* juce_icon_png;
47 const int juce_icon_pngSize = 19826;
49 // If you provide the name of one of the binary resource variables above, this function will
50 // return the corresponding data and its size (or a null pointer if the name isn't found).
51 const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();