Ejemplo n.º 1
0
 void close (void)
 {
     theVehicles.clear ();
     delete (gWanderAround);
     gWanderAround = NULL;
     allObstacles.clear();
     
     // reset MemoryBackend of SimpleVehicleMB
     SimpleVehicleMB::resetBackend();
 }