Browse Source

Added a section to jucer template file.

tags/2021-05-28
jules 13 years ago
parent
commit
82b9a6d6e5
2 changed files with 5 additions and 0 deletions
  1. +3
    -0
      extras/the jucer/src/templates/jucer_ComponentTemplate.cpp
  2. +2
    -0
      extras/the jucer/src/templates/jucer_ComponentTemplate.h

+ 3
- 0
extras/the jucer/src/templates/jucer_ComponentTemplate.cpp View File

@@ -68,3 +68,6 @@ END_JUCER_METADATA
#endif
%%staticMemberDefinitions%%
//[EndFile] You can add extra defines here...
//[/EndFile]

+ 2
- 0
extras/the jucer/src/templates/jucer_ComponentTemplate.h View File

@@ -60,5 +60,7 @@ private:
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (%%className%%);
};
//[EndFile] You can add extra defines here...
//[/EndFile]
#endif // %%headerGuard%%

Loading…
Cancel
Save