1 /***************************************************************************
2 						ui.cpp  -  description
3 							-------------------
4 	begin                : june 6th, 2003
5 	copyright            : (C) 2003 by Duong Khang NGUYEN
6 	email                : neoneurone @ gmail com
7 
8 	$Id: ui.cpp 375 2008-10-28 14:47:15Z neoneurone $
9  ***************************************************************************/
10 
11 /***************************************************************************
12  *                                                                         *
13  *   This program is free software; you can redistribute it and/or modify  *
14  *   it under the terms of the GNU General Public License as published by  *
15  *   the Free Software Foundation; either version 2 of the License, or     *
16  *   any later version.                                                    *
17  *                                                                         *
18  ***************************************************************************/
19 
20 #include "ui.h"
21 
UI()22 UI::UI(){
23 //	OPENCITY_DEBUG( "UI ctor" );
24 }
25 
~UI()26 UI::~UI(){
27 //	OPENCITY_DEBUG( "UI dtor" );
28 }
29 
30 
31