]> ruin.nu Git - hbs.git/blobdiff - bs/fleet.h
added the possibility to edit fleets
[hbs.git] / bs / fleet.h
index c156545971078d921634f96fddecc7c41dd87795..b90b15ef0549b96d6b7f6bd6f7e51eec797d956b 100644 (file)
@@ -87,6 +87,9 @@ public:
         */
        virtual 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);