FooBar
Main Page
Classes
Files
File List
File Members
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
9
enum
Fuel
{
DIESEL
,
GASOLINE
,
AUTOGAS
};
10
11
double
capacity
;
12
Fuel
fuel
;
13
double
gearRatios
[6];
14
};
15
16
#endif
src
engine.h
Generated on Tue Oct 22 2013 21:36:45 for FooBar by
1.8.4