]> ruin.nu Git - hbs.git/blobdiff - bs/fleet.h
The work on the combat algorithm is going forward, nothing worth compiling yet though.
[hbs.git] / bs / fleet.h
index e27c1bf834b88a1c351694f70401aa76be633439..f1d96affc4fb1264464f704c55db3262eb5b4646 100644 (file)
@@ -96,7 +96,16 @@ public:
        static const RaceList& Races();
        static const UnitList& Units();
 
+       void addToThis(std::vector<Fleet*> fleets, int tick = 0);
+
+       void distributeLossesGains(std::vector<Fleet*> fleets, int tick = 0);
+
+       std::vector<Fleet*> calculateSide(std::vector<Fleet*> fleets, int stays = 0, int tick = 0);
+
+
 protected:
+
+
        std::string     m_sName;
        std::string     m_sRace;
        int         m_iETA;