X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Fplanet.h;h=e59007ceebbc46c307d78cc84d96122deb092203;hp=1fd9109c2cf9e8ba936ce1f12630ec64cad8ae6d;hb=c2dd8856c3d97667953a0b73403b5e5cade5ce9b;hpb=6a5c3106cf6dc30d4624df99473e18df2b1d50ed diff --git a/bs/planet.h b/bs/planet.h index 1fd9109..e59007c 100644 --- a/bs/planet.h +++ b/bs/planet.h @@ -42,6 +42,8 @@ public: int roids(std::string type, int tick = 0) const; void setRoids(std::string type, int number); + void runBattle(std::vector friendly, std::vector hostile); + protected: unsigned m_iScore; RoidList m_Roids;