Welcome to mirror list, hosted at ThFree Co, Russian Federation.

car_model.hpp « routing - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60d722605870184d835466bcd75d63485f3dcff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include "vehicle_model.hpp"

namespace routing
{

class CarModel : public VehicleModel
{
public:
  CarModel();
};

}  // namespace routing