// ProtoType.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"

int _tmain(int argc, _TCHAR* argv[])
{
	Engine engine(640,480,false,"PROTOTYPE");

	return 0;
}

