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.

27 lines
890B

  1. /* =========================================================================================
  2. This is an auto-generated file: Any edits you make may be overwritten!
  3. */
  4. #ifndef BINARYDATA_H_131838240_INCLUDED
  5. #define BINARYDATA_H_131838240_INCLUDED
  6. namespace BinaryData
  7. {
  8. extern const char* singing_ogg;
  9. const int singing_oggSize = 15354;
  10. // Points to the start of a list of resource names.
  11. extern const char* namedResourceList[];
  12. // Number of elements in the namedResourceList array.
  13. const int namedResourceListSize = 1;
  14. // If you provide the name of one of the binary resource variables above, this function will
  15. // return the corresponding data and its size (or a null pointer if the name isn't found).
  16. const char* getNamedResource (const char* resourceNameUTF8, int& dataSizeInBytes) throw();
  17. }
  18. #endif