// Communication test program source using CGFCOM.DLL version 1.1

// cgfcomlt.h

BOOL (*initcom)(int  port);
BOOL (*sendxy)(int x, int y);
BOOL (*receivexy)(int *x, int *y);
BOOL (*newgame)(int color);
BOOL (*closecom)(VOID);
