gmlTcl_Init.h

00001 /*
00002  *  gmlTclInit.h --
00003  *  
00004  *      See "gmlTclInit.cc".
00005  *  
00006  *    Copyright (c) 2002 CLIPS-IMAG
00007  *  
00008  *    See the file "gml_LicenseTerms.txt" for information on usage and redistribution
00009  *    of this file, and for a DISCLAIMER OF ALL WARRANTIES.
00010  *  
00011  *    Created on August 19, 2002 (FB).
00012  */
00013 
00014 #ifndef __GMLTCLINIT__
00015 #define __GMLTCLINIT__
00016 
00017 #include "gml/base/gml_Types.h"
00018 #include "tcl.h"
00019 
00020 GML_EXTERN_C
00021 int gmlTcl_Init (Tcl_Interp* interp, int tkPresent);
00022 
00023 GML_EXTERN_C
00024 int gmlTcl_Exit (Tcl_Interp* interp);
00025 
00026 
00027 
00028 #endif
00029 
Generated on Tue Jun 12 14:03:27 2007 for gml by Doxygen 1.5.2.