11 lines
163 B
C
11 lines
163 B
C
typedef struct
|
|
{
|
|
short numplayers;
|
|
char serplayers;
|
|
char netsocket[5];
|
|
char dialnum[13];
|
|
char comport;
|
|
char character;
|
|
} netargs;
|
|
|
|
|