]> ruin.nu Git - hbs.git/blobdiff - bs/planet.h
The work on the combat algorithm is going forward, nothing worth compiling yet though.
[hbs.git] / bs / planet.h
index a836577157beb625a5401474e149829331ef9351..a19a858c0e032ad4654a8939adf9f9dbd9b752fb 100644 (file)
@@ -48,6 +48,8 @@ public:
        void runBattle(std::vector<Fleet*> friendly, std::vector<Fleet*> hostile);
 
 protected:
+       void calcOneTick(Planet* friendly, Fleet* Hostile);
+
        unsigned m_iScore;
        RoidList m_Roids;