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

check_model.hpp « generator - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40143ceca841b9dbfae0b05b16491599658eecaa (plain)
1
2
3
4
5
6
7
#pragma once
#include <string>

namespace check_model
{
  void ReadFeatures(std::string const & fName);
}