]> ruin.nu Git - hbs.git/blobdiff - bs/fleet.h
hbs now handles salvage.. not fully correctly yet though, need to fix
[hbs.git] / bs / fleet.h
index 3c690fddb775886c08d5c4f4d4fee78d01677b16..6696151a51303f0b4f070d05d11d5c422ed07fe4 100644 (file)
@@ -266,6 +266,9 @@ public:
 
        void calculateLostStealships(std::string unittype, std::map<std::string, int> stolen, int tick = 1);
 
+       void distributeStolenShips(std::map<std::string, std::map<std::string, int> > stolen, std::vector<Fleet*> fleets, int tick = 0);
+
+       void calculateSalvage();
        /** This function prints out all the ships in the fleet to stderr,
         * mainly used for debugging.
         */