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.

25 lines
878B

  1. /* =========================================================================================
  2. This is an auto-generated file: Any edits you make may be overwritten!
  3. */
  4. namespace BinaryData
  5. {
  6. extern const char* jules_jpg;
  7. const int jules_jpgSize = 24218;
  8. extern const char* prefs_about_png;
  9. const int prefs_about_pngSize = 1819;
  10. extern const char* prefs_keys_png;
  11. const int prefs_keys_pngSize = 3794;
  12. extern const char* prefs_misc_png;
  13. const int prefs_misc_pngSize = 6162;
  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. }