X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Ffleet.h;h=6696151a51303f0b4f070d05d11d5c422ed07fe4;hp=3c690fddb775886c08d5c4f4d4fee78d01677b16;hb=924d4cd0f8c9c340c8ba6f2e5759fed8f0c83573;hpb=6ab17155b82923f4263f1c536133e657970239a4 diff --git a/bs/fleet.h b/bs/fleet.h index 3c690fd..6696151 100644 --- a/bs/fleet.h +++ b/bs/fleet.h @@ -266,6 +266,9 @@ public: void calculateLostStealships(std::string unittype, std::map stolen, int tick = 1); + void distributeStolenShips(std::map > stolen, std::vector fleets, int tick = 0); + + void calculateSalvage(); /** This function prints out all the ships in the fleet to stderr, * mainly used for debugging. */