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.

53 lines
2.1KB

  1. /* =========================================================================================
  2. This is an auto-generated file, created by The Introjucer 3.0.0
  3. Do not edit anything in this file!
  4. */
  5. namespace BinaryData
  6. {
  7. extern const char* AudioPluginXCodeScript_txt;
  8. const int AudioPluginXCodeScript_txtSize = 1449;
  9. extern const char* brushed_aluminium_png;
  10. const int brushed_aluminium_pngSize = 14724;
  11. extern const char* jucer_AudioPluginEditorTemplate_cpp;
  12. const int jucer_AudioPluginEditorTemplate_cppSize = 1008;
  13. extern const char* jucer_AudioPluginEditorTemplate_h;
  14. const int jucer_AudioPluginEditorTemplate_hSize = 799;
  15. extern const char* jucer_AudioPluginFilterTemplate_cpp;
  16. const int jucer_AudioPluginFilterTemplate_cppSize = 4455;
  17. extern const char* jucer_AudioPluginFilterTemplate_h;
  18. const int jucer_AudioPluginFilterTemplate_hSize = 2400;
  19. extern const char* jucer_MainConsoleAppTemplate_cpp;
  20. const int jucer_MainConsoleAppTemplate_cppSize = 470;
  21. extern const char* jucer_MainTemplate_cpp;
  22. const int jucer_MainTemplate_cppSize = 1825;
  23. extern const char* jucer_NewCppFileTemplate_cpp;
  24. const int jucer_NewCppFileTemplate_cppSize = 232;
  25. extern const char* jucer_NewCppFileTemplate_h;
  26. const int jucer_NewCppFileTemplate_hSize = 308;
  27. extern const char* jucer_WindowTemplate_cpp;
  28. const int jucer_WindowTemplate_cppSize = 781;
  29. extern const char* jucer_WindowTemplate_h;
  30. const int jucer_WindowTemplate_hSize = 1216;
  31. extern const char* juce_icon_png;
  32. const int juce_icon_pngSize = 19826;
  33. // If you provide the name of one of the binary resource variables above, this function will
  34. // return the corresponding data and its size (or a null pointer if the name isn't found).
  35. const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
  36. }