| 147 | } |
| 148 | |
| 149 | cGenotypeBatch* LoadBatch(cWorld* world, const cString& filename) |
| 150 | { |
| 151 | return LoadBatchWithInstSet(world, filename, &world->GetHardwareManager().GetInstSet()); |
| 152 | } |
| 153 | |
| 154 | |
| 155 | cResourceHistory* LoadResourceHistory(const cString& filename) |
nothing calls this directly
no test coverage detected