diff options
Diffstat (limited to 'include/context.h')
| -rw-r--r-- | include/context.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
