FooBar
Main Page
Classes
Files
File List
File Members
wheel.h
Go to the documentation of this file.
1
#ifndef _wheel_h_
2
#define _wheel_h_
3
4
#include "
tire.h
"
5
#include "
rim.h
"
6
7
class
Wheel
8
{
9
friend
class
Typemaps
;
10
friend
class
Serialization
;
11
Tire
tire
;
12
Rim
rim
;
13
};
14
15
#endif
src
wheel.h
Generated on Tue Oct 22 2013 21:36:45 for FooBar by
1.8.4