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.

28 lines
959B

  1. /* =========================================================================================
  2. This is an auto-generated file: Any edits you make may be overwritten!
  3. */
  4. namespace BinaryData
  5. {
  6. extern const char* cello_wav;
  7. const int cello_wavSize = 46348;
  8. extern const char* demo_table_data_xml;
  9. const int demo_table_data_xmlSize = 5239;
  10. extern const char* icons_zip;
  11. const int icons_zipSize = 83876;
  12. extern const char* juce_png;
  13. const int juce_pngSize = 15290;
  14. extern const char* treedemo_xml;
  15. const int treedemo_xmlSize = 1126;
  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. }