Add remaining files
[juce-lv2.git] / juce / source / extras / Introjucer / Source / BinaryData / jucer_AudioPluginEditorTemplate.h
blob45c00f9b036653eee8716efc3cac2a507073dfa6
1 /*
2 ==============================================================================
4 This file was auto-generated by the Jucer!
6 It contains the basic startup code for a Juce application.
8 ==============================================================================
9 */
11 #ifndef HEADERGUARD
12 #define HEADERGUARD
14 EDITORHEADERS
17 //==============================================================================
18 /**
20 class EDITORCLASSNAME : public AudioProcessorEditor
22 public:
23 EDITORCLASSNAME (FILTERCLASSNAME* ownerFilter);
24 ~EDITORCLASSNAME();
26 //==============================================================================
27 // This is just a standard Juce paint method...
28 void paint (Graphics& g);
32 #endif // HEADERGUARD