| 2200 | } |
| 2201 | } |
| 2202 | void GameState::NewFunctions(const GameFunction* f, int count) |
| 2203 | { |
| 2204 | for (int i = 0; i < count; i++) |
| 2205 | { |
| 2206 | GGameState.NewFunction(f[i]); |
| 2207 | } |
| 2208 | } |
| 2209 | void GameState::NewOperators(const GameOperator* f, int count) |
| 2210 | { |
| 2211 | for (int i = 0; i < count; i++) |
no test coverage detected