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.

90 lines
3.5KB

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