FooBar
Main Page
Classes
Files
File List
File Members
car.h
Go to the documentation of this file.
1
#ifndef _car_h_
2
#define _car_h_
3
4
#include "
engine.h
"
5
#include "
mech.h
"
6
#include "
wheel.h
"
7
8
class
Mech
;
9
10
class
Car
11
{
12
friend
class
Typemaps
;
13
friend
class
Serialization
;
14
15
static
const
unsigned
NumWheels
= 4;
16
Wheel
wheels
[
NumWheels
];
17
Engine
engine
;
18
19
public
:
20
Mech
transformToMech
();
21
};
22
23
#endif
src
car.h
Generated on Tue Oct 22 2013 21:36:45 for FooBar by
1.8.4