mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Projucer: Re-factored source code groups and general code clean-up
This commit is contained in:
parent
980361e54b
commit
54029e776d
268 changed files with 8838 additions and 8682 deletions
|
|
@ -24,14 +24,12 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#include "../jucer_Headers.h"
|
||||
#include "../Application/jucer_Headers.h"
|
||||
#include "jucer_Module.h"
|
||||
#include "jucer_ProjectType.h"
|
||||
#include "../Project Saving/jucer_ProjectExporter.h"
|
||||
#include "../Project Saving/jucer_ProjectSaver.h"
|
||||
#include "../Project Saving/jucer_ProjectExport_XCode.h"
|
||||
|
||||
#include "../ProjectSaving/jucer_ProjectSaver.h"
|
||||
#include "../ProjectSaving/jucer_ProjectExport_XCode.h"
|
||||
|
||||
//==============================================================================
|
||||
static String trimCommentCharsFromStartOfLine (const String& line)
|
||||
{
|
||||
return line.trimStart().trimCharactersAtStart ("*/").trimStart();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue