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.

150 lines
5.6KB

  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* projectIconAndroid_png;
  9. const int projectIconAndroid_pngSize = 8150;
  10. extern const char* projectIconCodeblocks_png;
  11. const int projectIconCodeblocks_pngSize = 11917;
  12. extern const char* projectIconLinuxMakefile_png;
  13. const int projectIconLinuxMakefile_pngSize = 16444;
  14. extern const char* projectIconVisualStudio05_png;
  15. const int projectIconVisualStudio05_pngSize = 6986;
  16. extern const char* projectIconVisualStudio08_png;
  17. const int projectIconVisualStudio08_pngSize = 7099;
  18. extern const char* projectIconVisualStudio10_png;
  19. const int projectIconVisualStudio10_pngSize = 6712;
  20. extern const char* projectIconVisualStudio12_png;
  21. const int projectIconVisualStudio12_pngSize = 6637;
  22. extern const char* projectIconVisualStudio13_png;
  23. const int projectIconVisualStudio13_pngSize = 6719;
  24. extern const char* projectIconXcode_png;
  25. const int projectIconXcode_pngSize = 18281;
  26. extern const char* projectIconXcodeIOS_png;
  27. const int projectIconXcodeIOS_pngSize = 18111;
  28. extern const char* iconOpenfile_svg;
  29. const int iconOpenfile_svgSize = 686;
  30. extern const char* iconAnimation_svg;
  31. const int iconAnimation_svgSize = 2963;
  32. extern const char* iconAudio_svg;
  33. const int iconAudio_svgSize = 9802;
  34. extern const char* iconConsole_svg;
  35. const int iconConsole_svgSize = 1204;
  36. extern const char* iconDynamic_svg;
  37. const int iconDynamic_svgSize = 3588;
  38. extern const char* iconGui_svg;
  39. const int iconGui_svgSize = 3448;
  40. extern const char* iconHighlight_svg;
  41. const int iconHighlight_svgSize = 638;
  42. extern const char* iconOpengl_svg;
  43. const int iconOpengl_svgSize = 2497;
  44. extern const char* iconPlugin_svg;
  45. const int iconPlugin_svgSize = 10809;
  46. extern const char* iconStatic_svg;
  47. const int iconStatic_svgSize = 3563;
  48. extern const char* AudioPluginXCodeScript_txt;
  49. const int AudioPluginXCodeScript_txtSize = 2916;
  50. extern const char* background_tile_png;
  51. const int background_tile_pngSize = 151;
  52. extern const char* colourscheme_dark_xml;
  53. const int colourscheme_dark_xmlSize = 1050;
  54. extern const char* colourscheme_light_xml;
  55. const int colourscheme_light_xmlSize = 1050;
  56. extern const char* jucer_AudioPluginEditorTemplate_cpp;
  57. const int jucer_AudioPluginEditorTemplate_cppSize = 1180;
  58. extern const char* jucer_AudioPluginEditorTemplate_h;
  59. const int jucer_AudioPluginEditorTemplate_hSize = 1012;
  60. extern const char* jucer_AudioPluginFilterTemplate_cpp;
  61. const int jucer_AudioPluginFilterTemplate_cppSize = 5039;
  62. extern const char* jucer_AudioPluginFilterTemplate_h;
  63. const int jucer_AudioPluginFilterTemplate_hSize = 2727;
  64. extern const char* jucer_ComponentTemplate_cpp;
  65. const int jucer_ComponentTemplate_cppSize = 2083;
  66. extern const char* jucer_ComponentTemplate_h;
  67. const int jucer_ComponentTemplate_hSize = 2156;
  68. extern const char* jucer_ContentCompTemplate_cpp;
  69. const int jucer_ContentCompTemplate_cppSize = 886;
  70. extern const char* jucer_ContentCompTemplate_h;
  71. const int jucer_ContentCompTemplate_hSize = 924;
  72. extern const char* jucer_InlineComponentTemplate_h;
  73. const int jucer_InlineComponentTemplate_hSize = 1143;
  74. extern const char* jucer_MainConsoleAppTemplate_cpp;
  75. const int jucer_MainConsoleAppTemplate_cppSize = 470;
  76. extern const char* jucer_MainTemplate_NoWindow_cpp;
  77. const int jucer_MainTemplate_NoWindow_cppSize = 2010;
  78. extern const char* jucer_MainTemplate_Window_cpp;
  79. const int jucer_MainTemplate_Window_cppSize = 3778;
  80. extern const char* jucer_NewComponentTemplate_cpp;
  81. const int jucer_NewComponentTemplate_cppSize = 1389;
  82. extern const char* jucer_NewComponentTemplate_h;
  83. const int jucer_NewComponentTemplate_hSize = 648;
  84. extern const char* jucer_NewCppFileTemplate_cpp;
  85. const int jucer_NewCppFileTemplate_cppSize = 262;
  86. extern const char* jucer_NewCppFileTemplate_h;
  87. const int jucer_NewCppFileTemplate_hSize = 308;
  88. extern const char* jucer_NewInlineComponentTemplate_h;
  89. const int jucer_NewInlineComponentTemplate_hSize = 1626;
  90. extern const char* RecentFilesMenuTemplate_nib;
  91. const int RecentFilesMenuTemplate_nibSize = 2842;
  92. // Points to the start of a list of resource names.
  93. extern const char* namedResourceList[];
  94. // Number of elements in the namedResourceList array.
  95. const int namedResourceListSize = 42;
  96. // If you provide the name of one of the binary resource variables above, this function will
  97. // return the corresponding data and its size (or a null pointer if the name isn't found).
  98. const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
  99. }
  100. #endif