| 171 | } |
| 172 | |
| 173 | Logic::VisualController* ::Vob::getVisual(Vob::VobInformation& vob) |
| 174 | { |
| 175 | return vob.visual; |
| 176 | } |
| 177 | |
| 178 | std::string Vob::getName(Vob::VobInformation& vob) |
| 179 | { |
nothing calls this directly
no outgoing calls
no test coverage detected