
#include "WebBrowserChrome.h" 

int Main(const char** args, int length)
{
	new WebBrowserChrome();
	return 0;
}
