--------------------------------------------- CAN BUILD HERE ---------------------------------------------
| 79 | } |
| 80 | //--------------------------------------------- CAN BUILD HERE --------------------------------------------- |
| 81 | bool GameImpl::canBuildHere(TilePosition position, UnitType type, Unit builder, bool checkExplored) |
| 82 | { |
| 83 | return Templates::canBuildHere(builder,position,type,checkExplored); |
| 84 | } |
| 85 | //--------------------------------------------- CAN MAKE --------------------------------------------------- |
| 86 | bool GameImpl::canMake(UnitType type, Unit builder) const |
| 87 | { |