--------------------------------------------- CAN MAKE ---------------------------------------------------
| 84 | } |
| 85 | //--------------------------------------------- CAN MAKE --------------------------------------------------- |
| 86 | bool GameImpl::canMake(UnitType type, Unit builder) const |
| 87 | { |
| 88 | return Templates::canMake(builder,type); |
| 89 | } |
| 90 | //--------------------------------------------- CAN RESEARCH ----------------------------------------------- |
| 91 | bool GameImpl::canResearch(TechType type, Unit unit, bool checkCanIssueCommandType) |
| 92 | { |