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