mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added a section to jucer template file.
This commit is contained in:
parent
edca844722
commit
82b9a6d6e5
2 changed files with 5 additions and 0 deletions
|
|
@ -68,3 +68,6 @@ END_JUCER_METADATA
|
|||
#endif
|
||||
|
||||
%%staticMemberDefinitions%%
|
||||
|
||||
//[EndFile] You can add extra defines here...
|
||||
//[/EndFile]
|
||||
|
|
|
|||
|
|
@ -60,5 +60,7 @@ private:
|
|||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (%%className%%);
|
||||
};
|
||||
|
||||
//[EndFile] You can add extra defines here...
|
||||
//[/EndFile]
|
||||
|
||||
#endif // %%headerGuard%%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue