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.

109 lines
3.5KB

  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* _5_Limit_scl;
  8. const int _5_Limit_sclSize = 87;
  9. extern const char* _7_Limit_scl;
  10. const int _7_Limit_sclSize = 85;
  11. extern const char* Pythagorean_scl;
  12. const int Pythagorean_sclSize = 108;
  13. extern const char* default_vitalskin;
  14. const int default_vitalskinSize = 10485;
  15. extern const char* DroidSansMono_ttf;
  16. const int DroidSansMono_ttfSize = 119380;
  17. extern const char* LatoLight_ttf;
  18. const int LatoLight_ttfSize = 77192;
  19. extern const char* LatoRegular_ttf;
  20. const int LatoRegular_ttfSize = 75136;
  21. extern const char* MontserratLight_otf;
  22. const int MontserratLight_otfSize = 228068;
  23. extern const char* MontserratRegular_ttf;
  24. const int MontserratRegular_ttfSize = 245708;
  25. extern const char* chorus_svg;
  26. const int chorus_svgSize = 12842;
  27. extern const char* cog_svg;
  28. const int cog_svgSize = 472;
  29. extern const char* compressor_svg;
  30. const int compressor_svgSize = 3175;
  31. extern const char* delay_svg;
  32. const int delay_svgSize = 3334;
  33. extern const char* distortion_svg;
  34. const int distortion_svgSize = 2015;
  35. extern const char* drag_drop_arrows_svg;
  36. const int drag_drop_arrows_svgSize = 3810;
  37. extern const char* effects_filter_svg;
  38. const int effects_filter_svgSize = 1495;
  39. extern const char* equalizer_svg;
  40. const int equalizer_svgSize = 2816;
  41. extern const char* flanger_svg;
  42. const int flanger_svgSize = 3334;
  43. extern const char* folder_svg;
  44. const int folder_svgSize = 154;
  45. extern const char* link_svg;
  46. const int link_svgSize = 317;
  47. extern const char* phaser_svg;
  48. const int phaser_svgSize = 1588;
  49. extern const char* reverb_svg;
  50. const int reverb_svgSize = 14394;
  51. extern const char* shuffle_svg;
  52. const int shuffle_svgSize = 382;
  53. extern const char* vital_ring_svg;
  54. const int vital_ring_svgSize = 2658;
  55. extern const char* vital_v_svg;
  56. const int vital_v_svgSize = 2658;
  57. extern const char* vital_word_svg;
  58. const int vital_word_svgSize = 3979;
  59. extern const char* vital_word_ring_svg;
  60. const int vital_word_ring_svgSize = 1888;
  61. // Number of elements in the namedResourceList and originalFileNames arrays.
  62. const int namedResourceListSize = 27;
  63. // Points to the start of a list of resource names.
  64. extern const char* namedResourceList[];
  65. // Points to the start of a list of resource filenames.
  66. extern const char* originalFilenames[];
  67. // If you provide the name of one of the binary resource variables above, this function will
  68. // return the corresponding data and its size (or a null pointer if the name isn't found).
  69. const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes);
  70. // If you provide the name of one of the binary resource variables above, this function will
  71. // return the corresponding original, non-mangled filename (or a null pointer if the name isn't found).
  72. const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8);
  73. }