mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:10:06 +00:00
16 lines
216 B
C++
16 lines
216 B
C++
#pragma once
|
|
|
|
#include <QMapboxGL>
|
|
|
|
namespace scwx
|
|
{
|
|
namespace qt
|
|
{
|
|
|
|
namespace RadarRangeLayer
|
|
{
|
|
void Add(std::shared_ptr<QMapboxGL> map, const QString& before = QString());
|
|
};
|
|
|
|
} // namespace qt
|
|
} // namespace scwx
|