#include "SgSystem.h"
#include "GoInit.h"
#include "GoRegion.h"
#include "SgException.h"
#include "SgInit.h"
#include "SgProp.h"
Go to the source code of this file.
Functions | |
void | GoFini () |
void | GoInit () |
Initialization of module Go. | |
void | GoInitCheck () |
Definition in file GoInit.cpp.
void GoFini | ( | ) |
Definition at line 35 of file GoInit.cpp.
References GoRegion::Fini().
void GoInit | ( | ) |
Initialization of module Go.
Must be called after SgInit.
SgException | on failure. |
Definition at line 41 of file GoInit.cpp.
References SgInitCheck().
void GoInitCheck | ( | ) |
Definition at line 48 of file GoInit.cpp.
Referenced by GoBoard::GoBoard(), and GoGame::GoGame().