#include <vector>#include "typen.h"#include "vehicle.h"#include "buildings.h"#include "basestrm.h"#include "research.h"#include "password.h"#include "messages.h"#include "networkinterface.h"#include "playercolor.h"Include dependency graph for player.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Enumerations | |
| enum | DiplomaticStates { WAR, TRUCE, PEACE, PEACE_SV, ALLIANCE } |
Variables | |
| const int | diplomaticStateNum = 5 |
| const char * | diplomaticStateNames [diplomaticStateNum+1] |
|
|
|
|
|
Definition at line 40 of file player.cpp. Referenced by getItemNum< AllianceSetupWidget::DiplomaticTransitions >(), and DiplomaticStateVector::propose(). |
|
|
Definition at line 51 of file player.h. Referenced by getStateName< AllianceSetupWidget::DiplomaticTransitions >(), and getStateName< DiplomaticStates >(). |
1.4.2