project_files/frontlib/net/netconn_internal.h
changeset 8262 f01702bfb764
parent 8260 83d85e32c713
child 8330 aaefa587e277
equal deleted inserted replaced
8260:83d85e32c713 8262:f01702bfb764
    38 struct _flib_netconn {
    38 struct _flib_netconn {
    39 	flib_netbase *netBase;
    39 	flib_netbase *netBase;
    40 	char *playerName;
    40 	char *playerName;
    41 	char *dataDirPath;
    41 	char *dataDirPath;
    42 
    42 
    43 	int netconnState;			//! One of the NETCONN_STATE constants
    43 	int netconnState;			//!< One of the NETCONN_STATE constants
    44 
    44 
    45 	bool isChief;				//! Player can modify the current room
    45 	bool isChief;				//!< Player can modify the current room
    46 	flib_map *map;
    46 	flib_map *map;
    47 	flib_teamlist pendingTeamlist;
    47 	flib_teamlist pendingTeamlist;
    48 	flib_teamlist teamlist;
    48 	flib_teamlist teamlist;
    49 	flib_scheme *scheme;
    49 	flib_scheme *scheme;
    50 	char *style;
    50 	char *style;