]> ruin.nu Git - hbs.git/blobdiff - bs/fleet.h
Roids/score for planets are now editable
[hbs.git] / bs / fleet.h
index c156545971078d921634f96fddecc7c41dd87795..9a0995a23127e7d2f359580309f1c791245285f7 100644 (file)
@@ -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);