#include <vector>#include <boost/shared_ptr.hpp>

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) |
Definition at line 27 of file teambuilder.hpp.
| 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().
1.8.8