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

dumper.hpp « generator - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48a4bfcd57c75ae8aff5080dbd6c8b3f4e18af21 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "../std/string.hpp"

namespace feature
{
  void DumpTypes(string const & datFile);
}