Extra "ports" of juce-based plugins using the distrho build system
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.

27 lines
927B

  1. /* =========================================================================================
  2. This is an auto-generated file: Any edits you make may be overwritten!
  3. */
  4. #ifndef BINARYDATA_INCLUDED
  5. #define BINARYDATA_INCLUDED
  6. namespace BinaryData
  7. {
  8. extern const char* cabbageLogoHBlueText_png;
  9. const int cabbageLogoHBlueText_pngSize = 7732;
  10. extern const char* logo_cabbage_Black_png;
  11. const int logo_cabbage_Black_pngSize = 32229;
  12. extern const char* logo_cabbage_black_no_text_png;
  13. const int logo_cabbage_black_no_text_pngSize = 7710;
  14. // If you provide the name of one of the binary resource variables above, this function will
  15. // return the corresponding data and its size (or a null pointer if the name isn't found).
  16. const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
  17. }
  18. #endif