aboutsummaryrefslogtreecommitdiffstats
path: root/engine.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-03-01 14:26:11 -0500
committerSam Anthony <sam@samanthony.xyz>2025-03-01 14:26:11 -0500
commit47874c2ec00339314e43d282ab2bc906e9c9ac9b (patch)
tree97bef4da33b15adc6ef913efc22f400cc6dd0bf9 /engine.h
parent3f05b42ab04ca4990edf0f374f02dfea7b3be10a (diff)
downloadvolute-47874c2ec00339314e43d282ab2bc906e9c9ac9b.zip
add ambient pressure input
Diffstat (limited to 'engine.h')
-rw-r--r--engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine.h b/engine.h
index eaa7dc6..43d5f4b 100644
--- a/engine.h
+++ b/engine.h
@@ -1,5 +1,7 @@
typedef struct {
Volume displacement;
+ Temperature ambient_temperature;
+ Pressure ambient_pressure;
AngularSpeed rpm;
Pressure map;
Fraction ve;