aboutsummaryrefslogtreecommitdiffstats
path: root/engine.h
blob: 3ec3dcff05da3de13567c710910dd967174c0f6e (plain) (blame)
1
2
3
4
5
6
7
8
typedef struct {
	Volume displacement;
	AngularSpeed rpm;
	Pressure map;
	Fraction ve;
} Engine;

void init_engine(Engine *e);