* Add a new Production to the Base * @param p A pointer to a Production */
| 968 | * @param p A pointer to a Production |
| 969 | */ |
| 970 | void Base::addProduction (Production * p) |
| 971 | { |
| 972 | _productions.push_back(p); |
| 973 | } |
| 974 | |
| 975 | /** |
| 976 | * Add A new ResearchProject to Base |