![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <cm.h>
Collaboration diagram for cm_result:Public Member Functions | |
| ~cm_result ()=default | |
Public Attributes | |
| bool | aborted |
| bool | found_a_valid |
| bool | disorder |
| bool | happy |
| int | surplus [O_LAST] |
| int | city_radius_sq |
| std::vector< bool > | worker_positions |
| citizens | specialists [SP_MAX] |
|
default |
| int cm_result::city_radius_sq |
Definition at line 41 of file cm.h.
Referenced by operator==().
| bool cm_result::disorder |
Definition at line 37 of file cm.h.
Referenced by operator==().
| bool cm_result::happy |
Definition at line 37 of file cm.h.
Referenced by operator==().
Definition at line 43 of file cm.h.
Referenced by operator==().
| int cm_result::surplus[O_LAST] |
Definition at line 39 of file cm.h.
Referenced by operator==().
| std::vector<bool> cm_result::worker_positions |
Definition at line 42 of file cm.h.
Referenced by operator==().