00001 #include "Hunter.h" 00002 00006 class HunterChecker : public Hunter { 00007 public: 00008 HunterChecker(const string& name = "Checker", char decal = 'x'); 00009 00011 void makeMove(); 00012 00013 }; 00014