]> ruin.nu Git - hbs.git/blobdiff - bs/fleet.h
Added the possibility to add new battles.
[hbs.git] / bs / fleet.h
index 88c78842b92c90452a026d556d25c4f96a56b4c9..0d81fd2b5de4637c15d5970385ee77d29a10f495 100644 (file)
@@ -60,6 +60,10 @@ public:
         */
        std::string Race();
 
+       /**Returns the total number of ships in this fleet
+        */
+       int NumberOfShips();
+
 
 protected:
        std::string     m_sName;