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.

81 lines
2.6KB

  1. /* =========================================================================================
  2. This is an auto-generated file: Any edits you make may be overwritten!
  3. */
  4. #pragma once
  5. namespace BinaryData
  6. {
  7. extern const char* ic_stat_name_png;
  8. const int ic_stat_name_pngSize = 351;
  9. extern const char* ic_stat_name2_png;
  10. const int ic_stat_name2_pngSize = 204;
  11. extern const char* ic_stat_name3_png;
  12. const int ic_stat_name3_pngSize = 292;
  13. extern const char* ic_stat_name4_png;
  14. const int ic_stat_name4_pngSize = 341;
  15. extern const char* ic_stat_name5_png;
  16. const int ic_stat_name5_pngSize = 337;
  17. extern const char* ic_stat_name6_png;
  18. const int ic_stat_name6_pngSize = 1059;
  19. extern const char* ic_stat_name7_png;
  20. const int ic_stat_name7_pngSize = 543;
  21. extern const char* ic_stat_name8_png;
  22. const int ic_stat_name8_pngSize = 928;
  23. extern const char* ic_stat_name9_png;
  24. const int ic_stat_name9_pngSize = 915;
  25. extern const char* ic_stat_name10_png;
  26. const int ic_stat_name10_pngSize = 1156;
  27. extern const char* demonstrative_caf;
  28. const int demonstrative_cafSize = 190178;
  29. extern const char* demonstrative_mp3;
  30. const int demonstrative_mp3Size = 127059;
  31. extern const char* isntit_caf;
  32. const int isntit_cafSize = 20654;
  33. extern const char* isntit_mp3;
  34. const int isntit_mp3Size = 11284;
  35. extern const char* jinglebellssms_caf;
  36. const int jinglebellssms_cafSize = 116568;
  37. extern const char* jinglebellssms_mp3;
  38. const int jinglebellssms_mp3Size = 24116;
  39. extern const char* served_caf;
  40. const int served_cafSize = 13922;
  41. extern const char* served_mp3;
  42. const int served_mp3Size = 6687;
  43. extern const char* solemn_caf;
  44. const int solemn_cafSize = 114902;
  45. extern const char* solemn_mp3;
  46. const int solemn_mp3Size = 75650;
  47. // Points to the start of a list of resource names.
  48. extern const char* namedResourceList[];
  49. // Number of elements in the namedResourceList array.
  50. const int namedResourceListSize = 20;
  51. // If you provide the name of one of the binary resource variables above, this function will
  52. // return the corresponding data and its size (or a null pointer if the name isn't found).
  53. const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
  54. }