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.

31 lines
1.2KB

  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* juce_icon_png;
  8. const int juce_icon_pngSize = 45854;
  9. // Number of elements in the namedResourceList and originalFileNames arrays.
  10. const int namedResourceListSize = 1;
  11. // Points to the start of a list of resource names.
  12. extern const char* namedResourceList[];
  13. // Points to the start of a list of resource filenames.
  14. extern const char* originalFilenames[];
  15. // If you provide the name of one of the binary resource variables above, this function will
  16. // return the corresponding data and its size (or a null pointer if the name isn't found).
  17. const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes);
  18. // If you provide the name of one of the binary resource variables above, this function will
  19. // return the corresponding original, non-mangled filename (or a null pointer if the name isn't found).
  20. const char* getNamedResourceOriginalFilename (const char* resourceNameUTF8);
  21. }