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
908B

  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* Impulse1_wav;
  8. const int Impulse1_wavSize = 90246;
  9. extern const char* Impulse2_wav;
  10. const int Impulse2_wavSize = 37902;
  11. // Points to the start of a list of resource names.
  12. extern const char* namedResourceList[];
  13. // Number of elements in the namedResourceList array.
  14. const int namedResourceListSize = 2;
  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) throw();
  18. }