Пример #1
0
int main(int args, char **argp)
{
	Core* core = new Core();
	core->CoreEntry();
}