#include "stdafx.h"
#include "test2.h"

#include "SuperWindow.h"

#include "..\Vector\vector.h"

WPARAM APIENTRY _tWinMain(HINSTANCE hCurrentInst, HINSTANCE hPreviousInst, LPSTR lpszCmdLine, int nCmdShow)
{
	//--- TX Super Window
	txSuperWindow *Window = new txSuperWindow();
	Window -> Go();

	return 0;
};


