draw aircraft

This commit is contained in:
2026-08-05 13:05:30 +02:00
parent 25824ac2f9
commit 704126fd3f
10 changed files with 66 additions and 7 deletions
+3
View File
@@ -0,0 +1,3 @@
#pragma once
#include <tuple>
std::tuple<float, float> get_offset_from_station(double lat, double lon);