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.

79 lines
3.2KB

  1. /* =========================================================================================
  2. This is an auto-generated file: Any edits you make may be overwritten!
  3. */
  4. namespace BinaryData
  5. {
  6. extern const char* AudioPluginXCodeScript_txt;
  7. const int AudioPluginXCodeScript_txtSize = 2464;
  8. extern const char* background_tile_png;
  9. const int background_tile_pngSize = 151;
  10. extern const char* colourscheme_dark_xml;
  11. const int colourscheme_dark_xmlSize = 1050;
  12. extern const char* colourscheme_light_xml;
  13. const int colourscheme_light_xmlSize = 1050;
  14. extern const char* jucer_AudioPluginEditorTemplate_cpp;
  15. const int jucer_AudioPluginEditorTemplate_cppSize = 1008;
  16. extern const char* jucer_AudioPluginEditorTemplate_h;
  17. const int jucer_AudioPluginEditorTemplate_hSize = 799;
  18. extern const char* jucer_AudioPluginFilterTemplate_cpp;
  19. const int jucer_AudioPluginFilterTemplate_cppSize = 4638;
  20. extern const char* jucer_AudioPluginFilterTemplate_h;
  21. const int jucer_AudioPluginFilterTemplate_hSize = 2488;
  22. extern const char* jucer_ComponentTemplate_cpp;
  23. const int jucer_ComponentTemplate_cppSize = 2083;
  24. extern const char* jucer_ComponentTemplate_h;
  25. const int jucer_ComponentTemplate_hSize = 2156;
  26. extern const char* jucer_ContentCompTemplate_cpp;
  27. const int jucer_ContentCompTemplate_cppSize = 886;
  28. extern const char* jucer_ContentCompTemplate_h;
  29. const int jucer_ContentCompTemplate_hSize = 924;
  30. extern const char* jucer_InlineComponentTemplate_h;
  31. const int jucer_InlineComponentTemplate_hSize = 1143;
  32. extern const char* jucer_MainConsoleAppTemplate_cpp;
  33. const int jucer_MainConsoleAppTemplate_cppSize = 470;
  34. extern const char* jucer_MainTemplate_NoWindow_cpp;
  35. const int jucer_MainTemplate_NoWindow_cppSize = 1947;
  36. extern const char* jucer_MainTemplate_Window_cpp;
  37. const int jucer_MainTemplate_Window_cppSize = 3613;
  38. extern const char* jucer_NewComponentTemplate_cpp;
  39. const int jucer_NewComponentTemplate_cppSize = 1389;
  40. extern const char* jucer_NewComponentTemplate_h;
  41. const int jucer_NewComponentTemplate_hSize = 648;
  42. extern const char* jucer_NewCppFileTemplate_cpp;
  43. const int jucer_NewCppFileTemplate_cppSize = 262;
  44. extern const char* jucer_NewCppFileTemplate_h;
  45. const int jucer_NewCppFileTemplate_hSize = 308;
  46. extern const char* jucer_NewInlineComponentTemplate_h;
  47. const int jucer_NewInlineComponentTemplate_hSize = 1626;
  48. extern const char* RecentFilesMenuTemplate_nib;
  49. const int RecentFilesMenuTemplate_nibSize = 2842;
  50. // If you provide the name of one of the binary resource variables above, this function will
  51. // return the corresponding data and its size (or a null pointer if the name isn't found).
  52. const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
  53. }