1
0
Fork 0
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:
jules 2012-11-23 17:30:20 +00:00
parent edca844722
commit 82b9a6d6e5
2 changed files with 5 additions and 0 deletions

View file

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

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%%