00001 #include "Hunter.h" 00002 00004 class HunterRandom : public Hunter { 00005 public: 00006 HunterRandom(const string& name = "Random Hunter", char decal = 'x'); 00007 00010 void makeMove(); 00011 00012 }; 00013