Backing up the results files before fucking with them
[progcomp2012.git] / judge / manager / controller.h
index 55c233d..069ccd6 100644 (file)
@@ -28,8 +28,14 @@ class Controller
                virtual MovementResult QueryMove(std::string & buffer) = 0;
                virtual bool Valid() const {return true;}
 
+
+               virtual void Pause() {}         // Hack function (AI_Controller ONLY will overwrite with wrapper to Program::Pause)
+               virtual void Continue() {}      // Hack function (AI_Controller '' '' wrapper to Program::Continue)
+
                const Piece::Colour colour; 
 
+               virtual void FixName(); //Should be called after setup, sets the name of the controller
+
                std::string name;
 
 

UCC git Repository :: git.ucc.asn.au