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.

93 lines
2.8KB

  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* Ed_png;
  8. const int Ed_pngSize = 139106;
  9. extern const char* Ed0_ogg;
  10. const int Ed0_oggSize = 7771;
  11. extern const char* Ed1_ogg;
  12. const int Ed1_oggSize = 11553;
  13. extern const char* Ed2_ogg;
  14. const int Ed2_oggSize = 8351;
  15. extern const char* Fabian_png;
  16. const int Fabian_pngSize = 90415;
  17. extern const char* Fabian0_ogg;
  18. const int Fabian0_oggSize = 10287;
  19. extern const char* Fabian1_ogg;
  20. const int Fabian1_oggSize = 15211;
  21. extern const char* Fabian2_ogg;
  22. const int Fabian2_oggSize = 10763;
  23. extern const char* JB_png;
  24. const int JB_pngSize = 79173;
  25. extern const char* JB0_ogg;
  26. const int JB0_oggSize = 8340;
  27. extern const char* JB1_ogg;
  28. const int JB1_oggSize = 13545;
  29. extern const char* JB2_ogg;
  30. const int JB2_oggSize = 8943;
  31. extern const char* Jules_png;
  32. const int Jules_pngSize = 81743;
  33. extern const char* Jules0_ogg;
  34. const int Jules0_oggSize = 8277;
  35. extern const char* Jules1_ogg;
  36. const int Jules1_oggSize = 12303;
  37. extern const char* Jules2_ogg;
  38. const int Jules2_oggSize = 9912;
  39. extern const char* Lukasz_png;
  40. const int Lukasz_pngSize = 120402;
  41. extern const char* Lukasz0_ogg;
  42. const int Lukasz0_oggSize = 14767;
  43. extern const char* Lukasz1_ogg;
  44. const int Lukasz1_oggSize = 21756;
  45. extern const char* Lukasz2_ogg;
  46. const int Lukasz2_oggSize = 13962;
  47. extern const char* Robot_png;
  48. const int Robot_pngSize = 31502;
  49. extern const char* Robot0_ogg;
  50. const int Robot0_oggSize = 9224;
  51. extern const char* Robot1_ogg;
  52. const int Robot1_oggSize = 16365;
  53. extern const char* Robot2_ogg;
  54. const int Robot2_oggSize = 11029;
  55. // Points to the start of a list of resource names.
  56. extern const char* namedResourceList[];
  57. // Number of elements in the namedResourceList array.
  58. const int namedResourceListSize = 24;
  59. // If you provide the name of one of the binary resource variables above, this function will
  60. // return the corresponding data and its size (or a null pointer if the name isn't found).
  61. const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
  62. }