X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=bs%2Ffleet.h;h=0d81fd2b5de4637c15d5970385ee77d29a10f495;hb=e07f49323a1936c90605d06f6f63e4c39b4c4aca;hp=88c78842b92c90452a026d556d25c4f96a56b4c9;hpb=4449ffee20fa04e3b865cbd37ba8027bae599018;p=hbs.git diff --git a/bs/fleet.h b/bs/fleet.h index 88c7884..0d81fd2 100644 --- a/bs/fleet.h +++ b/bs/fleet.h @@ -60,6 +60,10 @@ public: */ std::string Race(); + /**Returns the total number of ships in this fleet + */ + int NumberOfShips(); + protected: std::string m_sName;