|
Freeciv-3.3
|
#include <voting.h>
Data Fields | |
| int | caller_id |
| int | command_id |
| char | cmdline [512] |
| int | turn_count |
| struct vote_cast_list * | votes_cast |
| int | vote_no |
| int | yes |
| int | no |
| int | abstain |
| int | flags |
| double | need_pc |
| int vote::vote_no |
Definition at line 52 of file voting.h.
Referenced by cancelvote_command(), get_vote_by_no(), handle_stdin_input_real(), and handle_vote_submit().
| struct vote_cast_list* vote::votes_cast |