00001 //---------------------------------------------------------------------------- 00002 /** @file GoInit.h 00003 Initialization of module Go. 00004 */ 00005 //---------------------------------------------------------------------------- 00006 00007 #ifndef GO_INIT_H 00008 #define GO_INIT_H 00009 00010 //---------------------------------------------------------------------------- 00011 00012 void GoFini(); 00013 00014 /** Initialization of module Go. 00015 Must be called after SgInit. 00016 @throws SgException on failure. 00017 */ 00018 void GoInit(); 00019 00020 void GoInitCheck(); 00021 00022 //---------------------------------------------------------------------------- 00023 00024 #endif // GO_INIT_H 00025