|
Freeciv-3.1
|
Public Types | |
| enum | oct { OCT_NEW_TURN , OCT_UNIT , OCT_CITY , OCT_TILE } |
Data Fields | |
| struct my_agent * | agent |
| enum call::oct | type |
| enum callback_type | cb_type |
| int | arg |
| enum call::oct |
| struct my_agent* call::agent |
Definition at line 50 of file agents.c.
Referenced by calls_are_equal(), enqueue_call(), and execute_call().
| int call::arg |
Definition at line 53 of file agents.c.
Referenced by calls_are_equal(), enqueue_call(), and execute_call().
| enum callback_type call::cb_type |
Definition at line 52 of file agents.c.
Referenced by calls_are_equal(), enqueue_call(), and execute_call().
| enum call::oct call::type |
Referenced by calls_are_equal(), enqueue_call(), and execute_call().