X-Git-Url: https://ruin.nu/git/index.pl?a=blobdiff_plain;f=bs%2Ffleet.h;h=9a0995a23127e7d2f359580309f1c791245285f7;hb=f7ce9d1a41bdeab4f12110c6911f662dc6e06ca3;hp=c156545971078d921634f96fddecc7c41dd87795;hpb=5940cfda3be2c7b4ecbd64c814948b29139177c0;p=hbs.git diff --git a/bs/fleet.h b/bs/fleet.h index c156545..9a0995a 100644 --- a/bs/fleet.h +++ b/bs/fleet.h @@ -85,8 +85,11 @@ public: * \param tick tells the function what tick you want the score from. 0 is * initial score before the fleet has landed. */ - virtual unsigned score(int tick = 0) const; + unsigned score(int tick = 0) const; + void setFleet(std::string unittype, int number); + int fleet(std::string unittype, int tick = 0); + static void setRaces(RaceList& races); static void setUnits(UnitList& units);