project_files/frontlib/net/netconn_internal.h
branchflibqtfrontend
changeset 8263 a0d586321d6f
parent 8261 c8236fcbe160
child 8330 aaefa587e277
equal deleted inserted replaced
8261:c8236fcbe160 8263:a0d586321d6f
    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;