#include <ggzdmod.h>
Public Attributes | |
| unsigned int | num |
| GGZSeatType | type |
| const char * | name |
| int | fd |
| void * | playerdata |
Each seat at the table is tracked like this.
| unsigned int GGZSeat::num |
Seat index; 0..(num_seats-1).
| GGZSeatType GGZSeat::type |
Type of seat (undefined for spectators).
| const char* GGZSeat::name |
Name of player occupying seat.
| int GGZSeat::fd |
fd to communicate with seat occupant.
| void* GGZSeat::playerdata |
Arbitrary pointer holding seat state data
1.5.1