Project Alice
|
#include <parsers_declarations.hpp>
Public Member Functions | |
war_history_context (scenario_building_context &outer_context) | |
Public Attributes | |
scenario_building_context & | outer_context |
std::vector< history_war_goal > | wargoals |
std::vector< dcon::nation_id > | attackers |
std::vector< dcon::nation_id > | defenders |
std::string | name |
bool | great_war = false |
Definition at line 2653 of file parsers_declarations.hpp.
|
inline |
Definition at line 2662 of file parsers_declarations.hpp.
std::vector<dcon::nation_id> parsers::war_history_context::attackers |
Definition at line 2657 of file parsers_declarations.hpp.
std::vector<dcon::nation_id> parsers::war_history_context::defenders |
Definition at line 2658 of file parsers_declarations.hpp.
bool parsers::war_history_context::great_war = false |
Definition at line 2660 of file parsers_declarations.hpp.
std::string parsers::war_history_context::name |
Definition at line 2659 of file parsers_declarations.hpp.
scenario_building_context& parsers::war_history_context::outer_context |
Definition at line 2654 of file parsers_declarations.hpp.
std::vector<history_war_goal> parsers::war_history_context::wargoals |
Definition at line 2656 of file parsers_declarations.hpp.