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.

51 lines
1.6KB

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