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

platform_helpers.hpp « generator - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d69b9181b946f7771f3788aab8f73447a0dab79d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include <string>
#include <vector>

namespace generator
{
namespace platform_helpers
{
std::vector<std::string> GetFullFilePathsByExt(std::string const & dir, std::string const & ext);

std::vector<std::string> GetFullDataTmpFilePaths(std::string const & dir);
}  // namespace platform_helpers
}  // namespace generator