X-Git-Url: https://ruin.nu/git/index.pl?a=blobdiff_plain;ds=sidebyside;f=bs%2Fplanet.h;h=a19a858c0e032ad4654a8939adf9f9dbd9b752fb;hb=3ae63f013b2ac281d17acec43bc054a132861d35;hp=a836577157beb625a5401474e149829331ef9351;hpb=0913ab8150ff07822ec8e20466c8feead013cdc5;p=hbs.git diff --git a/bs/planet.h b/bs/planet.h index a836577..a19a858 100644 --- a/bs/planet.h +++ b/bs/planet.h @@ -48,6 +48,8 @@ public: void runBattle(std::vector friendly, std::vector hostile); protected: + void calcOneTick(Planet* friendly, Fleet* Hostile); + unsigned m_iScore; RoidList m_Roids;