aboutsummaryrefslogtreecommitdiffstats
path: root/engine.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-02-28 18:25:43 -0500
committerSam Anthony <sam@samanthony.xyz>2025-02-28 18:25:43 -0500
commitac9ed5d8a5af3cad2f8c70f0bc217ccf97198e5c (patch)
tree28fe5d726438522e5af3026c472dedbd7296b7ce /engine.h
parentbc1d5a436f81561072d7f4f0f0ecb1fa85718c7f (diff)
downloadvolute-ac9ed5d8a5af3cad2f8c70f0bc217ccf97198e5c.zip
engine volume flow rate
Diffstat (limited to 'engine.h')
-rw-r--r--engine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine.h b/engine.h
index 3ec3dcf..eaa7dc6 100644
--- a/engine.h
+++ b/engine.h
@@ -6,3 +6,4 @@ typedef struct {
} Engine;
void init_engine(Engine *e);
+VolumeFlowRate volume_flow_rate(const Engine *e);