X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Ffleet.h;h=f632093bd51c8e766c2cd00ecc40f3b85a4e0424;hp=3c690fddb775886c08d5c4f4d4fee78d01677b16;hb=b308a9445cfe1883ea8068d3f4d1a04bfcff9aa8;hpb=7311d423f454c500dbc60dd822007da3981b0d56 diff --git a/bs/fleet.h b/bs/fleet.h index 3c690fd..f632093 100644 --- a/bs/fleet.h +++ b/bs/fleet.h @@ -266,11 +266,15 @@ 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. */ void printFleet(); + void resetTicks(); //static functions // /** This function is used to set the different races used.