From 7ad9c60cdb981d51756755dca4603e77611a0f61 Mon Sep 17 00:00:00 2001 From: hybrid Date: Mon, 10 Aug 2026 06:04:25 +0300 Subject: upd: tmp --- include/ballistics.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'include/ballistics.h') diff --git a/include/ballistics.h b/include/ballistics.h index 7ba4248..ab68c3f 100644 --- a/include/ballistics.h +++ b/include/ballistics.h @@ -19,21 +19,4 @@ double retard(DragFunction drag_function, double velocity, double temperature); -typedef struct RangeCardRecord RangeCardRecord; -struct RangeCardRecord { - size_t n; - double range; - double elevation; - Windage windage; - double lead; - double time_of_flight; - double bullet_speed; - double kinetic_energy; -}; -typedef struct RangeCard RangeCard; -struct RangeCard { - RangeCardRecord *card; - size_t records; -}; - #endif -- cgit v1.3.1