/* resource.h resources, command line */ /* * xcheckers: a point and click checkerboard * (C): 1999, 2000 Peter Chiocchetti */ char *progname; /* Program name for diagnostics */ char *myname; /* Username for local games */ char *resGet(const char *id); int resInit(int *argc, char **argv, char **hostname, char **portnum);