Definition in file GoInit.h.
Go to the source code of this file.
Functions | |
void | GoFini () |
void | GoInit () |
Initialization of module Go. | |
void | GoInitCheck () |
void GoFini | ( | ) |
void GoInit | ( | ) |
Initialization of module Go.
Must be called after SgInit.
SgException | on failure. |
Definition at line 42 of file GoInit.cpp.
References RegisterGoProps(), s_isGoInitialized, and SgInitCheck().
void GoInitCheck | ( | ) |
Definition at line 49 of file GoInit.cpp.
References s_isGoInitialized.
Referenced by GoBoard::GoBoard(), and GoGameRecord::GoGameRecord().