This commit is contained in:
Timur A. Fatkhullin
2025-07-21 23:49:12 +03:00
parent 743ade7916
commit 2faa3f0aca
7 changed files with 144 additions and 62 deletions

View File

@@ -69,6 +69,7 @@ public:
struct axes_pos_t {
time_point_t time_point;
coord_t x, y;
coord_t xrate, yrate;
};