1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00

Resaved all projects

This commit is contained in:
tpoole 2017-02-22 13:06:47 +00:00
parent b28555838d
commit a6fc53373f
115 changed files with 454 additions and 72 deletions

View file

@ -1455,6 +1455,8 @@ static const unsigned char temp_binary_data_7[] =
" ==============================================================================\r\n"
"*/\r\n"
"\r\n"
"#pragma once\r\n"
"\r\n"
"EDITORHEADERS\r\n"
"\r\n"
"\r\n"
@ -1675,6 +1677,8 @@ static const unsigned char temp_binary_data_9[] =
" ==============================================================================\r\n"
"*/\r\n"
"\r\n"
"#pragma once\r\n"
"\r\n"
"APPHEADERS\r\n"
"\r\n"
"\r\n"
@ -5231,8 +5235,8 @@ const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) throw
case 0x10b04d10: numBytes = 4971; return gradlew;
case 0x76cff066: numBytes = 2404; return gradlew_bat;
case 0x34bc1021: numBytes = 11325; return LICENSE;
case 0x6cf2645e: numBytes = 1854; return jucer_AnimatedComponentTemplate_cpp;
case 0xafccbd3f: numBytes = 3108; return jucer_AudioComponentTemplate_cpp;
case 0x6cf2645e: numBytes = 1838; return jucer_AnimatedComponentTemplate_cpp;
case 0xafccbd3f: numBytes = 3092; return jucer_AudioComponentTemplate_cpp;
case 0x27c5a93a: numBytes = 1162; return jucer_AudioPluginEditorTemplate_cpp;
case 0x4d0721bf: numBytes = 938; return jucer_AudioPluginEditorTemplate_h;
case 0x51b49ac5: numBytes = 5475; return jucer_AudioPluginFilterTemplate_cpp;
@ -5251,7 +5255,7 @@ const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) throw
case 0x02a2a077: numBytes = 262; return jucer_NewCppFileTemplate_cpp;
case 0x0842c43c: numBytes = 246; return jucer_NewCppFileTemplate_h;
case 0x36e634a1: numBytes = 1588; return jucer_NewInlineComponentTemplate_h;
case 0x7fbac252: numBytes = 1732; return jucer_OpenGLComponentTemplate_cpp;
case 0x7fbac252: numBytes = 1716; return jucer_OpenGLComponentTemplate_cpp;
case 0x406db5c1: numBytes = 3117; return background_logo_svg;
case 0x4a0cfd09: numBytes = 151; return background_tile_png;
case 0x763d39dc: numBytes = 1050; return colourscheme_dark_xml;

View file

@ -21,10 +21,10 @@ namespace BinaryData
const int LICENSESize = 11325;
extern const char* jucer_AnimatedComponentTemplate_cpp;
const int jucer_AnimatedComponentTemplate_cppSize = 1854;
const int jucer_AnimatedComponentTemplate_cppSize = 1838;
extern const char* jucer_AudioComponentTemplate_cpp;
const int jucer_AudioComponentTemplate_cppSize = 3108;
const int jucer_AudioComponentTemplate_cppSize = 3092;
extern const char* jucer_AudioPluginEditorTemplate_cpp;
const int jucer_AudioPluginEditorTemplate_cppSize = 1162;
@ -81,7 +81,7 @@ namespace BinaryData
const int jucer_NewInlineComponentTemplate_hSize = 1588;
extern const char* jucer_OpenGLComponentTemplate_cpp;
const int jucer_OpenGLComponentTemplate_cppSize = 1732;
const int jucer_OpenGLComponentTemplate_cppSize = 1716;
extern const char* background_logo_svg;
const int background_logo_svgSize = 3117;