aboutsummaryrefslogtreecommitdiffstats
path: root/engine.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-02-28 13:06:26 -0500
committerSam Anthony <sam@samanthony.xyz>2025-02-28 13:06:26 -0500
commita5e695b40492346c73b5fa88e2adcd414eb8a54c (patch)
treed1f3613587e3bbbb21a173eabaa08a914d63bd97 /engine.h
parente2bcd2848ad2653bc2cdd2ae9fd384968f0f03ec (diff)
downloadvolute-a5e695b40492346c73b5fa88e2adcd414eb8a54c.zip
engine struct
Diffstat (limited to 'engine.h')
-rw-r--r--engine.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engine.h b/engine.h
new file mode 100644
index 0000000..73b9746
--- /dev/null
+++ b/engine.h
@@ -0,0 +1,6 @@
+typedef struct {
+ Volume displacement;
+ AngularSpeed rpm;
+ Pressure map;
+ Fraction ve;
+} Engine;