/*********************************************************************
 *
 * cw.cxx
 *
 * SDC coursework 1
 * Lee Kindness
 *
 */

#include "cw.h"

void main( void )
{
	UserInterface ui;

	/* Simply call the main menu */
	ui.Go();
}
