FooBar
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;
13 };
14 
15 #endif