Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
packet_vote_new Struct Reference

#include <packets_gen.h>

Data Fields

int vote_no
 
char user [MAX_LEN_NAME]
 
char desc [512]
 
int percent_required
 
int flags
 

Detailed Description

Definition at line 1618 of file packets_gen.h.

Field Documentation

◆ desc

char packet_vote_new::desc[512]

Definition at line 1621 of file packets_gen.h.

Referenced by handle_vote_new(), and lsend_vote_new().

◆ flags

int packet_vote_new::flags

Definition at line 1623 of file packets_gen.h.

Referenced by handle_vote_new(), and lsend_vote_new().

◆ percent_required

int packet_vote_new::percent_required

Definition at line 1622 of file packets_gen.h.

Referenced by handle_vote_new(), and lsend_vote_new().

◆ user

char packet_vote_new::user[MAX_LEN_NAME]

Definition at line 1620 of file packets_gen.h.

Referenced by handle_vote_new(), and lsend_vote_new().

◆ vote_no

int packet_vote_new::vote_no

Definition at line 1619 of file packets_gen.h.

Referenced by handle_vote_new(), and lsend_vote_new().