C
void GOLInit();
Overview
This function initializes the graphics library and creates a default style scheme with default settings referenced by the global scheme pointer. GOLInit() function must be called before GOL functions can be used. It is not necessary to call GraphInit() function if this function is used.
Returns
none
Preconditions
none
Side Effects
This sets the line type to SOLID_LINE, sets the screen to all BLACK, sets the current drawing color to WHITE, sets the graphic cursor position to upper left corner of the screen, sets active and visual pages to page #0, clears the active page and disables clipping. This also creates a default style scheme.