| 345 | } |
| 346 | |
| 347 | void TrapManager::write(const Trap& trap, std::ostream& os) |
| 348 | { |
| 349 | os << trap.getName(); |
| 350 | trap.exportToStream(os); |
| 351 | } |
| 352 | |
| 353 | void TrapManager::checkBuildTrap(GameMap* gameMap, TrapType type, const InputManager& inputManager, InputCommand& inputCommand) |
| 354 | { |
nothing calls this directly
no test coverage detected