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.

46 lines
1.5KB

  1. /* =========================================================================================
  2. This is an auto-generated file: Any edits you make may be overwritten!
  3. */
  4. namespace BinaryData
  5. {
  6. extern const char* brushed_aluminium_png;
  7. const int brushed_aluminium_pngSize = 14724;
  8. extern const char* cello_wav;
  9. const int cello_wavSize = 46348;
  10. extern const char* demo_table_data_xml;
  11. const int demo_table_data_xmlSize = 5239;
  12. extern const char* icons_zip;
  13. const int icons_zipSize = 83876;
  14. extern const char* juce_icon_png;
  15. const int juce_icon_pngSize = 19826;
  16. extern const char* juce_module_info;
  17. const int juce_module_infoSize = 1404;
  18. extern const char* portmeirion_jpg;
  19. const int portmeirion_jpgSize = 145904;
  20. extern const char* teapot_obj;
  21. const int teapot_objSize = 95000;
  22. extern const char* treedemo_xml;
  23. const int treedemo_xmlSize = 1126;
  24. // Points to the start of a list of resource names.
  25. extern const char* namedResourceList[];
  26. // Number of elements in the namedResourceList array.
  27. extern const int namedResourceListSize;
  28. // If you provide the name of one of the binary resource variables above, this function will
  29. // return the corresponding data and its size (or a null pointer if the name isn't found).
  30. const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
  31. }