/*
* =====================================================================================
*
* Filename: editor.cpp
*
* Description: An editor for putting together procedurally generated texture patterns
*
* Version: 1.0
* Created: 11/08/2011 20:35:59
* Revision: none
* Compiler: gcc
*
* Author: John Ryland (jryland), jryland@xiaofrog.com
* Company: InvertedLogic
*
* =====================================================================================
*/
#include <editor.h>
Editor::Editor() : QWidget(0)
{
}
Editor::~Editor()
{
}