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.

55 lines
2.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 = 2112;
  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 = 4455;
  20. extern const char* jucer_AudioPluginFilterTemplate_h;
  21. const int jucer_AudioPluginFilterTemplate_hSize = 2400;
  22. extern const char* jucer_MainConsoleAppTemplate_cpp;
  23. const int jucer_MainConsoleAppTemplate_cppSize = 470;
  24. extern const char* jucer_MainTemplate_cpp;
  25. const int jucer_MainTemplate_cppSize = 1825;
  26. extern const char* jucer_NewCppFileTemplate_cpp;
  27. const int jucer_NewCppFileTemplate_cppSize = 232;
  28. extern const char* jucer_NewCppFileTemplate_h;
  29. const int jucer_NewCppFileTemplate_hSize = 308;
  30. extern const char* jucer_WindowTemplate_cpp;
  31. const int jucer_WindowTemplate_cppSize = 781;
  32. extern const char* jucer_WindowTemplate_h;
  33. const int jucer_WindowTemplate_hSize = 1216;
  34. // If you provide the name of one of the binary resource variables above, this function will
  35. // return the corresponding data and its size (or a null pointer if the name isn't found).
  36. const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
  37. }