mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-05 03:50:07 +00:00
Updated some dusty code in the introjucer templates for a new plugin project.
This commit is contained in:
parent
7671e6a350
commit
85e7ccd8be
6 changed files with 126 additions and 100 deletions
|
|
@ -22,16 +22,16 @@ namespace BinaryData
|
|||
const int colourscheme_light_xmlSize = 1050;
|
||||
|
||||
extern const char* jucer_AudioPluginEditorTemplate_cpp;
|
||||
const int jucer_AudioPluginEditorTemplate_cppSize = 1008;
|
||||
const int jucer_AudioPluginEditorTemplate_cppSize = 1180;
|
||||
|
||||
extern const char* jucer_AudioPluginEditorTemplate_h;
|
||||
const int jucer_AudioPluginEditorTemplate_hSize = 799;
|
||||
const int jucer_AudioPluginEditorTemplate_hSize = 1012;
|
||||
|
||||
extern const char* jucer_AudioPluginFilterTemplate_cpp;
|
||||
const int jucer_AudioPluginFilterTemplate_cppSize = 5028;
|
||||
const int jucer_AudioPluginFilterTemplate_cppSize = 5039;
|
||||
|
||||
extern const char* jucer_AudioPluginFilterTemplate_h;
|
||||
const int jucer_AudioPluginFilterTemplate_hSize = 2488;
|
||||
const int jucer_AudioPluginFilterTemplate_hSize = 2727;
|
||||
|
||||
extern const char* jucer_ComponentTemplate_cpp;
|
||||
const int jucer_ComponentTemplate_cppSize = 2083;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue