]> ruin.nu Git - icfp05.git/blobdiff - cop/cop.h
some restructuring
[icfp05.git] / cop / cop.h
index 23533a686266c8cbb9e831d080bd6f3d62a4c896..42cb7787d0d13e420be84f332354e2fb556698a4 100644 (file)
--- a/cop/cop.h
+++ b/cop/cop.h
@@ -8,5 +8,11 @@ class Cop : public Bot {
                Cop(std::string name):Bot(name,cop_foot){};
                
                std::string turn();
+       protected:
+               void sendInformation();
+               void getInformation();
+               void sendPlan();
+               void getPlans();
+               void vote();
 };
 #endif