mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
Changed the example projects to be Jucer-generated.
This commit is contained in:
parent
ba572201dd
commit
961708b21c
32 changed files with 950 additions and 886 deletions
18
extras/example projects/JuceLibraryCode/BinaryData.cpp
Normal file
18
extras/example projects/JuceLibraryCode/BinaryData.cpp
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/* ==================================== 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue