X-Git-Url: https://ruin.nu/git/index.pl?a=blobdiff_plain;f=bs%2Fplanet.h;h=2d513618342c26c44253178712b3bea0cfabbcd7;hb=a2ce63f561d091d9c3af49987d74849f9450c16b;hp=a836577157beb625a5401474e149829331ef9351;hpb=0913ab8150ff07822ec8e20466c8feead013cdc5;p=hbs.git diff --git a/bs/planet.h b/bs/planet.h index a836577..2d51361 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, std::map >& stealfriendly, std::map >& stealhostile ); + unsigned m_iScore; RoidList m_Roids;