mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
9 lines
No EOL
185 B
C++
9 lines
No EOL
185 B
C++
#pragma once
|
|
|
|
#include "nlohmann/json.hpp"
|
|
#include "geodetic_coordinates.h"
|
|
|
|
namespace geodetic
|
|
{
|
|
NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE(geodetic_coords_t, lat, lon, alt, is_radians)
|
|
} |