This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Added a section to jucer template file.
tags/2021-05-28
jules
13 years ago
parent
edca844722
commit
82b9a6d6e5
2 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
extras/the jucer/src/templates/jucer_ComponentTemplate.cpp
+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%%
Write
Preview
Loading…
Cancel
Save