FooBar
luxury.h
Go to the documentation of this file.
1 #ifndef _LUXURY_h_
2 #define _LUXURY_h_
3 
4 class Luxury
5 {
6  friend class Typemaps;
7 public:
8  char sort;
9 };
10 
11 #endif