summaryrefslogtreecommitdiffstats
path: root/include/context.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/context.h1
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 {