mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
18 lines
622 B
C++
18 lines
622 B
C++
/* ==================================== JUCER_BINARY_RESOURCE ====================================
|
|
|
|
This is an auto-generated file, created by The Jucer V3.0
|
|
Do not edit anything in this file!
|
|
|
|
*/
|
|
|
|
#include "BinaryData.h"
|
|
|
|
//================== readme.txt ==================
|
|
static const unsigned char temp_94a14940[] =
|
|
"\r\n"
|
|
"This directory contains simple \"Hello World\" type projects that you can copy and alter to\r\n"
|
|
"quickly create a JUCE application.\r\n"
|
|
"\r\n"
|
|
"For a more complete example, see the Juce demo app.\r\n";
|
|
|
|
const char* BinaryData::readme_txt = (const char*) temp_94a14940;
|