mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 15:50:05 +00:00
20 lines
314 B
C++
20 lines
314 B
C++
#pragma once
|
|
|
|
#include <QMapLibreGL/types.hpp>
|
|
#include <glm/gtc/type_ptr.hpp>
|
|
|
|
namespace scwx
|
|
{
|
|
namespace qt
|
|
{
|
|
namespace util
|
|
{
|
|
namespace maplibre
|
|
{
|
|
|
|
glm::vec2 LatLongToScreenCoordinate(const QMapLibreGL::Coordinate& coordinate);
|
|
|
|
} // namespace maplibre
|
|
} // namespace util
|
|
} // namespace qt
|
|
} // namespace scwx
|