00001 #ifndef _PLANEHAT_H_ 00002 #define _PLANEHAT_H_ 00003 00004 #include "Inventory.h" 00005 00006 class PlaneHat : public Inventory 00007 { 00008 public: 00009 PlaneHat(); 00010 virtual ~PlaneHat(); 00011 00012 }; 00013 00014 #endif // _PLANEHAT_H_