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.

19 lines
622B

  1. /* ==================================== JUCER_BINARY_RESOURCE ====================================
  2. This is an auto-generated file, created by The Jucer V3.0
  3. Do not edit anything in this file!
  4. */
  5. #include "BinaryData.h"
  6. //================== readme.txt ==================
  7. static const unsigned char temp_94a14940[] =
  8. "\r\n"
  9. "This directory contains simple \"Hello World\" type projects that you can copy and alter to\r\n"
  10. "quickly create a JUCE application.\r\n"
  11. "\r\n"
  12. "For a more complete example, see the Juce demo app.\r\n";
  13. const char* BinaryData::readme_txt = (const char*) temp_94a14940;