00001 /* Definitions for game transport protocol. 00002 Copyright (C) 1996, 1997, 1999, 2000 Stanley T. Shebs. 00003 00004 Xconq is free software; you can redistribute it and/or modify 00005 it under the terms of the GNU General Public License as published by 00006 the Free Software Foundation; either version 2, or (at your option) 00007 any later version. See the file COPYING. */ 00008 00013 /* \brief Remote user interface. */ 00014 typedef struct a_rui { 00015 int rid; 00016 int active; 00017 } RUI; 00018 00020 typedef struct a_rai { 00021 int active; 00022 } RAI; 00023 00025 extern int hosting; 00027 extern int numremotes; 00029 extern int numremotewaiting; 00031 extern int my_rid; 00033 extern int master_rid; 00035 extern int tmprid; 00037 extern int downloading; 00039 extern int sendnow; 00041 extern char *default_player_spec; 00042 00043