Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

qtFrontEnd.h

Go to the documentation of this file.
00001 #ifndef CONFIGQTFRONTEND_H
00002 #define CONFIGQTFRONTEND_H
00003 
00004 #include "../../configFrontEndPlugIn.h"
00005 
00006 void init ( void );
00007 void run ( int argc, char** argv );
00008 
00009 struct ConfigFrontEndPlugIn qtPlug = {
00010                                 init,
00011                 run
00012                                 };
00013 #endif

Generated at Sat May 13 13:50:22 2000 for 3Dsia by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000