equal
deleted
inserted
replaced
1 #include "ai_townlist_valuator.hpp" |
1 #include "ai_townlist_valuator.hpp" |
2 #include "ai_town.hpp" |
2 #include "ai_town.hpp" |
3 |
3 |
4 int32 AITownListGetPopulation::Valuate(int32 town) const |
4 int32 AITownListPopulation::Valuate(int32 town) const |
5 { |
5 { |
6 return AITown::GetPopulation(town); |
6 return AITown::GetPopulation(town); |
7 } |
7 } |
8 |
8 |
9 int32 AITownListGetLocation::Valuate(int32 town) const |
9 int32 AITownListLocation::Valuate(int32 town) const |
10 { |
10 { |
11 return AITown::GetLocation(town); |
11 return AITown::GetLocation(town); |
12 } |
12 } |