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.

159 lines
6.0KB

  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* jucer_AnimatedComponentTemplate_cpp;
  9. const int jucer_AnimatedComponentTemplate_cppSize = 1949;
  10. extern const char* jucer_AudioComponentTemplate_cpp;
  11. const int jucer_AudioComponentTemplate_cppSize = 3203;
  12. extern const char* jucer_AudioPluginEditorTemplate_cpp;
  13. const int jucer_AudioPluginEditorTemplate_cppSize = 1162;
  14. extern const char* jucer_AudioPluginEditorTemplate_h;
  15. const int jucer_AudioPluginEditorTemplate_hSize = 994;
  16. extern const char* jucer_AudioPluginFilterTemplate_cpp;
  17. const int jucer_AudioPluginFilterTemplate_cppSize = 5475;
  18. extern const char* jucer_AudioPluginFilterTemplate_h;
  19. const int jucer_AudioPluginFilterTemplate_hSize = 2259;
  20. extern const char* jucer_ComponentTemplate_cpp;
  21. const int jucer_ComponentTemplate_cppSize = 2151;
  22. extern const char* jucer_ComponentTemplate_h;
  23. const int jucer_ComponentTemplate_hSize = 2131;
  24. extern const char* jucer_ContentCompTemplate_cpp;
  25. const int jucer_ContentCompTemplate_cppSize = 886;
  26. extern const char* jucer_ContentCompTemplate_h;
  27. const int jucer_ContentCompTemplate_hSize = 942;
  28. extern const char* jucer_InlineComponentTemplate_h;
  29. const int jucer_InlineComponentTemplate_hSize = 1161;
  30. extern const char* jucer_MainConsoleAppTemplate_cpp;
  31. const int jucer_MainConsoleAppTemplate_cppSize = 470;
  32. extern const char* jucer_MainTemplate_NoWindow_cpp;
  33. const int jucer_MainTemplate_NoWindow_cppSize = 1992;
  34. extern const char* jucer_MainTemplate_SimpleWindow_cpp;
  35. const int jucer_MainTemplate_SimpleWindow_cppSize = 3848;
  36. extern const char* jucer_MainTemplate_Window_cpp;
  37. const int jucer_MainTemplate_Window_cppSize = 3760;
  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 = 666;
  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 = 1644;
  48. extern const char* jucer_OpenGLComponentTemplate_cpp;
  49. const int jucer_OpenGLComponentTemplate_cppSize = 1827;
  50. extern const char* background_logo_svg;
  51. const int background_logo_svgSize = 3117;
  52. extern const char* background_tile_png;
  53. const int background_tile_pngSize = 151;
  54. extern const char* colourscheme_dark_xml;
  55. const int colourscheme_dark_xmlSize = 1050;
  56. extern const char* colourscheme_light_xml;
  57. const int colourscheme_light_xmlSize = 1050;
  58. extern const char* juce_icon_png;
  59. const int juce_icon_pngSize = 45854;
  60. extern const char* projectIconAndroid_png;
  61. const int projectIconAndroid_pngSize = 8150;
  62. extern const char* projectIconCodeblocks_png;
  63. const int projectIconCodeblocks_pngSize = 11917;
  64. extern const char* projectIconLinuxMakefile_png;
  65. const int projectIconLinuxMakefile_pngSize = 16444;
  66. extern const char* projectIconVisualStudio_png;
  67. const int projectIconVisualStudio_pngSize = 7194;
  68. extern const char* projectIconXcode_png;
  69. const int projectIconXcode_pngSize = 18281;
  70. extern const char* projectIconXcodeIOS_png;
  71. const int projectIconXcodeIOS_pngSize = 18111;
  72. extern const char* projucer_EULA_txt;
  73. const int projucer_EULA_txtSize = 14390;
  74. extern const char* projucer_login_bg_svg;
  75. const int projucer_login_bg_svgSize = 5046;
  76. extern const char* RecentFilesMenuTemplate_nib;
  77. const int RecentFilesMenuTemplate_nibSize = 2842;
  78. extern const char* wizard_AnimatedApp_svg;
  79. const int wizard_AnimatedApp_svgSize = 2963;
  80. extern const char* wizard_AudioApp_svg;
  81. const int wizard_AudioApp_svgSize = 9802;
  82. extern const char* wizard_AudioPlugin_svg;
  83. const int wizard_AudioPlugin_svgSize = 10809;
  84. extern const char* wizard_ConsoleApp_svg;
  85. const int wizard_ConsoleApp_svgSize = 1204;
  86. extern const char* wizard_DLL_svg;
  87. const int wizard_DLL_svgSize = 3588;
  88. extern const char* wizard_GUI_svg;
  89. const int wizard_GUI_svgSize = 3448;
  90. extern const char* wizard_Highlight_svg;
  91. const int wizard_Highlight_svgSize = 638;
  92. extern const char* wizard_Openfile_svg;
  93. const int wizard_Openfile_svgSize = 686;
  94. extern const char* wizard_OpenGL_svg;
  95. const int wizard_OpenGL_svgSize = 2497;
  96. extern const char* wizard_StaticLibrary_svg;
  97. const int wizard_StaticLibrary_svgSize = 3563;
  98. // Points to the start of a list of resource names.
  99. extern const char* namedResourceList[];
  100. // Number of elements in the namedResourceList array.
  101. const int namedResourceListSize = 45;
  102. // If you provide the name of one of the binary resource variables above, this function will
  103. // return the corresponding data and its size (or a null pointer if the name isn't found).
  104. const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
  105. }
  106. #endif