12 lines
180 B
C
12 lines
180 B
C
/*
|
|
* util.h
|
|
*
|
|
* Description:
|
|
* Header file for util.c
|
|
*
|
|
* History:
|
|
* rogerc 11/27/90 Created
|
|
*/
|
|
|
|
void set_playmode_buttons( CLIENTDATA *clientp, int state );
|