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

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

#include "kml/types.hpp"

namespace kml
{
using BookmarkDataV9 = BookmarkData;
using TrackDataV9 = TrackData;
using CategoryDataV9 = CategoryData;
using FileDataV9 = FileData;
}  // namespace kml