mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-21 00:19:29 +02:00
get rid of boost::assign
This commit is contained in:
@ -14,7 +14,6 @@
|
||||
|
||||
BuildingID CBuildingHandler::campToERMU( int camp, int townType, std::set<BuildingID> builtBuildings )
|
||||
{
|
||||
using namespace boost::assign;
|
||||
static const std::vector<BuildingID> campToERMU =
|
||||
{
|
||||
BuildingID::TOWN_HALL, BuildingID::CITY_HALL,
|
||||
|
Reference in New Issue
Block a user