FooBar
tire.h
Go to the documentation of this file.
1 #ifndef _tire_h_
2 #define _tire_h_
3 
4 class Tire
5 {
6  friend class Typemaps;
7  friend class Serialization;
8 
9  double treadDepth;
10 };
11 
12 #endif