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

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