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

types.cpp « ugc - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 157e6ad530915084070ca4a80ca75185277edac2 (plain)
1
2
3
4
5
6
7
8
#include "ugc/types.hpp"

namespace ugc
{
float constexpr UGC::kMaxRating;
float constexpr UGC::kMinRating;
float constexpr UGC::kRatingDetalizationThreshold;
}  // namespace ugc