FooBar
engine.h
Go to the documentation of this file.
1 #ifndef _engine_h_
2 #define _engine_h_
3 
4 class Engine
5 {
6  friend class Typemaps;
7  friend class Serialization;
8 
10 
11  double capacity;
13  double gearRatios[6];
14 };
15 
16 #endif