/***************************************************************************
                          gui.h  -  description
                             -------------------
    begin                : Fri Jan 26 2001
    copyright            : (C) 2001 by Jan Walter
    email                : jan@blender.nl
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 2 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 ***************************************************************************/

#ifndef GUI_H
#define GUI_H


/**This is in fact no class it is a module in Python. But I use it here as a class to document the global functions availabe in the GUI module.
  *@author Jan Walter
  */

class GUI {
public: 
	GUI();
	~GUI();
};

#endif

Documentation generated by jan@nvidea on Mon Mar 5 16:57:27 CET 2001