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: 94158d23d6060f10f5c15d12ab2e5afdf97cafc1 (plain)
1
2
3
4
5
6
7
#pragma once
#include "../std/string.hpp"

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