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

fake_feature_ids.cpp « routing - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d8ae985265b02dcd135985c3a29641b322fb69b (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "routing/fake_feature_ids.hpp"

namespace routing
{
// static
uint32_t constexpr FakeFeatureIds::kIndexGraphStarterId;
// static
uint32_t constexpr FakeFeatureIds::k24BitsOffset;
// static
uint32_t constexpr FakeFeatureIds::kTransitGraphFeaturesStart;
}  // namespace routing