X-Git-Url: https://ruin.nu/git/?p=icfp05.git;a=blobdiff_plain;f=cop%2Fcop.h;h=42cb7787d0d13e420be84f332354e2fb556698a4;hp=23533a686266c8cbb9e831d080bd6f3d62a4c896;hb=3a68f935208fd4a2f5c4994cd74f3b4835c04c06;hpb=518c5700d8f00b70e2b5b6d448efb7b474d57157 diff --git a/cop/cop.h b/cop/cop.h index 23533a6..42cb778 100644 --- 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