1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00

Resaved project files.

This commit is contained in:
hogliux 2015-07-22 16:58:25 +01:00
parent c7b8e77031
commit c4d0270f5d
242 changed files with 331 additions and 252 deletions

View file

@ -566,7 +566,7 @@ static const unsigned char temp_binary_data_6[] =
" ------------------------------------------------------------------------------\r\n"
"\r\n"
" The Introjucer is part of the JUCE library - \"Jules' Utility Class Extensions\"\r\n"
" Copyright 2015 by ROLI Ltd.\r\n"
" Copyright (c) 2015 - ROLI Ltd.\r\n"
"\r\n"
" ==============================================================================\r\n"
"*/\r\n"
@ -613,7 +613,7 @@ static const unsigned char temp_binary_data_6[] =
"#if 0\r\n"
"/* -- Introjucer information section --\r\n"
"\r\n"
" This is where the Introjucer stores the metadata that describe this GUI layout, so \r\n"
" This is where the Introjucer stores the metadata that describe this GUI layout, so\r\n"
" make changes in here at your peril!\r\n"
"\r\n"
"BEGIN_JUCER_METADATA\r\n"
@ -625,7 +625,7 @@ static const unsigned char temp_binary_data_6[] =
"\r\n"
"%%staticMemberDefinitions%%\r\n"
"//[EndFile] You can add extra defines here...\r\n"
"//[/EndFile]";
"//[/EndFile]\r\n";
const char* jucer_ComponentTemplate_cpp = (const char*) temp_binary_data_6;
@ -645,7 +645,7 @@ static const unsigned char temp_binary_data_7[] =
" ------------------------------------------------------------------------------\r\n"
"\r\n"
" The Introjucer is part of the JUCE library - \"Jules' Utility Class Extensions\"\r\n"
" Copyright 2015 by ROLI Ltd.\r\n"
" Copyright (c) 2015 - ROLI Ltd.\r\n"
"\r\n"
" ==============================================================================\r\n"
"*/\r\n"
@ -694,7 +694,7 @@ static const unsigned char temp_binary_data_7[] =
"//[EndFile] You can add extra defines here...\r\n"
"//[/EndFile]\r\n"
"\r\n"
"#endif // %%headerGuard%%";
"#endif // %%headerGuard%%\r\n";
const char* jucer_ComponentTemplate_h = (const char*) temp_binary_data_7;
@ -4090,8 +4090,8 @@ const char* getNamedResource (const char* resourceNameUTF8, int& numBytes) throw
case 0x4d0721bf: numBytes = 1012; return jucer_AudioPluginEditorTemplate_h;
case 0x51b49ac5: numBytes = 5039; return jucer_AudioPluginFilterTemplate_cpp;
case 0x488afa0a: numBytes = 2727; return jucer_AudioPluginFilterTemplate_h;
case 0xabad7041: numBytes = 2177; return jucer_ComponentTemplate_cpp;
case 0xfc72fe86: numBytes = 2156; return jucer_ComponentTemplate_h;
case 0xabad7041: numBytes = 2161; return jucer_ComponentTemplate_cpp;
case 0xfc72fe86: numBytes = 2141; return jucer_ComponentTemplate_h;
case 0x0b66646c: numBytes = 886; return jucer_ContentCompTemplate_cpp;
case 0x6fa10171: numBytes = 924; return jucer_ContentCompTemplate_h;
case 0x28d496ad: numBytes = 1143; return jucer_InlineComponentTemplate_h;

View file

@ -28,10 +28,10 @@ namespace BinaryData
const int jucer_AudioPluginFilterTemplate_hSize = 2727;
extern const char* jucer_ComponentTemplate_cpp;
const int jucer_ComponentTemplate_cppSize = 2177;
const int jucer_ComponentTemplate_cppSize = 2161;
extern const char* jucer_ComponentTemplate_h;
const int jucer_ComponentTemplate_hSize = 2156;
const int jucer_ComponentTemplate_hSize = 2141;
extern const char* jucer_ContentCompTemplate_cpp;
const int jucer_ContentCompTemplate_cppSize = 886;

View file

@ -3,4 +3,3 @@
#include "../../../../../modules/juce_core/juce_core.h"

View file

@ -3,4 +3,3 @@
#include "../../../../../modules/juce_cryptography/juce_cryptography.h"

View file

@ -3,4 +3,3 @@
#include "../../../../../modules/juce_data_structures/juce_data_structures.h"

View file

@ -3,4 +3,3 @@
#include "../../../../../modules/juce_events/juce_events.h"

View file

@ -3,4 +3,3 @@
#include "../../../../../modules/juce_graphics/juce_graphics.h"

View file

@ -3,4 +3,3 @@
#include "../../../../../modules/juce_gui_basics/juce_gui_basics.h"

View file

@ -3,4 +3,3 @@
#include "../../../../../modules/juce_gui_extra/juce_gui_extra.h"