X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=cop%2Fcop.h;h=42cb7787d0d13e420be84f332354e2fb556698a4;hb=d7d9942fc9d1066670e166182e36791dfbf035d7;hp=23533a686266c8cbb9e831d080bd6f3d62a4c896;hpb=b4beac0adea1d024521937c036075c7803596665;p=icfp05.git 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