mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53:37 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
13
libs/storage/map_files_downloader_with_ping.hpp
Normal file
13
libs/storage/map_files_downloader_with_ping.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "storage/map_files_downloader.hpp"
|
||||
|
||||
namespace storage
|
||||
{
|
||||
class MapFilesDownloaderWithPing : public MapFilesDownloader
|
||||
{
|
||||
public:
|
||||
// MapFilesDownloader overrides:
|
||||
void GetMetaConfig(MetaConfigCallback const & callback) override;
|
||||
};
|
||||
} // namespace storage
|
||||
Reference in New Issue
Block a user