/
toplib
/
OpenATC
Обзор
Документация
Войти
/
toplib
/
OpenATC
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/simulation/Runway.h
11 строк
164 B
toplib
refactor(core): strip physics, restructure sim types, add pipeline demo
21 июн 2026, 15:27
21 июн 2026, 15:27
42ff064
Код
Авторство
О чём код?
#pragma once #include "navigation/Coordinates.h" #include <string> struct Runway { std::string name; // 31R, 13L... Coordinates start; Coordinates end; };