The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Typedefs | Functions
teambuilder.hpp File Reference
#include <vector>
#include <boost/shared_ptr.hpp>
Include dependency graph for teambuilder.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef boost::shared_ptr
< team_builder
team_builder_ptr
 

Functions

team_builder_ptr create_team_builder (const config &side_cfg, std::vector< team > &teams, const config &level, game_board &board)
 
void build_team_stage_one (team_builder_ptr tb_ptr)
 
void build_team_stage_two (team_builder_ptr tb_ptr)
 

Typedef Documentation

Definition at line 27 of file teambuilder.hpp.

Function Documentation

void build_team_stage_one ( team_builder_ptr  tb_ptr)

Definition at line 310 of file teambuilder.cpp.

Referenced by game_state::init().

void build_team_stage_two ( team_builder_ptr  tb_ptr)

Definition at line 315 of file teambuilder.cpp.

Referenced by game_state::init().

team_builder_ptr create_team_builder ( const config side_cfg,
std::vector< team > &  teams,
const config level,
game_board board 
)

Definition at line 303 of file teambuilder.cpp.

Referenced by game_state::init().