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