/*
QtWagon: a project about 3D objects.
Science and technology promotion license applied. Third party license automatically cascaded.
Zhikai Wang/ www.heteroclinic.net 2013
You can do anything with this file or any file(s) published as part QtWagon project, given this header is kept.
*/
#include "glwidgetSingleton.h"
glwidgetSingleton *  glwidgetSingleton::instance = NULL;
	glwidgetSingleton::glwidgetSingleton() {
		//glwidget = new GLWidget(0);
		glwidget = new GLWidget(0);
	};