summaryrefslogtreecommitdiffstats
path: root/Main.cc
blob: 400b540a60e4c14e0b3b515228ad24db64e80e72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include "ProcessUtilities.h"
#include "CCSource.h"
#include "Project.h"
#include "ToolChain.h"

int main(int argc, char** argv)
{
	Project P(argc,argv);
	P.run();
}