mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 22:53:43 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
13
libs/storage/storage_tests/helpers.hpp
Normal file
13
libs/storage/storage_tests/helpers.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "geometry/mercator.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace storage
|
||||
{
|
||||
class CountryInfoGetter;
|
||||
|
||||
std::unique_ptr<CountryInfoGetter> CreateCountryInfoGetter();
|
||||
|
||||
} // namespace storage
|
||||
Reference in New Issue
Block a user