Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

gui3dview.h

00001 /***************************************************************************
00002                           gui3dview.h    -  description
00003     $Id: gui3dview.h 3 2006-06-11 08:16:14Z neoneurone $
00004                              -------------------
00005     begin                : lun 22 mar 2004
00006     copyright            : (C) 2004 by Duong-Khang NGUYEN
00007     email                : neoneurone @ users sourceforge net
00008  ***************************************************************************/
00009 
00010 /***************************************************************************
00011  *                                                                         *
00012  *   This program is free software; you can redistribute it and/or modify  *
00013  *   it under the terms of the GNU General Public License as published by  *
00014  *   the Free Software Foundation; either version 2 of the License, or     *
00015  *   any later version.                                                    *
00016  *                                                                         *
00017  ***************************************************************************/
00018 
00019 #if !defined(_OPENCITY_GUI3DVIEW_H_)
00020     #define _OPENCITY_GUI3DVIEW_H_ 1
00021 
00022     #include "main.h"
00023     #include "guimain.h"
00024 
00025 
00026    //========================================================================
00029 class GUI3DView : public GUIMain {
00030 public:
00031     GUI3DView() {};
00032     virtual ~GUI3DView() {};
00033 
00034 };
00035 
00036 #endif
00037 
00038 
00039 
00040 
00041 
00042 
00043 
00044 
00045 
00046 
00047 
00048 
00049 
00050 
00051 
00052 
00053 
00054 
00055 
00056 
00057 
00058 
00059 
00060 
00061 
00062 
00063 
00064 
00065 
00066 
00067 

Generated on Sat Nov 11 10:21:10 2006 for OpenCity by  doxygen 1.4.2