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.

30 lines
982B

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