From 1d1796c97867ada2211a39b313ef6398297c7b8f Mon Sep 17 00:00:00 2001 From: hybrid Date: Sat, 8 Aug 2026 08:10:17 +0300 Subject: upd: tmp --- include/context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/context.h') diff --git a/include/context.h b/include/context.h index 5dfad31..dd207bb 100644 --- a/include/context.h +++ b/include/context.h @@ -21,6 +21,7 @@ typedef struct { double ballistic_coef; DragFunction drag_model; double twist_dir; + double air_friction; } GunConfig; typedef struct { -- cgit v1.3.1